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

- old
+ new

@@ -1,15 +1,22 @@ BTCRuby Release Notes ===================== +1.1.3 (August 17, 2015) +----------------------- + +* Minor fix. + + 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.