RELEASE_NOTES.md in btcruby-1.1.1 vs RELEASE_NOTES.md in btcruby-1.1.2

- old
+ new

@@ -1,8 +1,16 @@ BTCRuby Release Notes ===================== +1.1.2 (August 17, 2015) +--------------------- + +* Added scripts test suite from Bitcoin Core. +* Added transactions test suite from Bitcoin Core. +* As a result, fixed a few consensus bugs. +* Renamed `TransactionOutpoint` to `Outpoint` (previous name kept for backwards compatibility). + 1.1.1 (July 30, 2015) --------------------- * Added work computation from bigint and 256-bit hash.