RELEASE_NOTES.md in btcruby-1.0.6 vs RELEASE_NOTES.md in btcruby-1.0.7
- old
+ new
@@ -1,8 +1,15 @@
BTCRuby Release Notes
=====================
+1.0.7 (July 19, 2015)
+--------------------
+
+* Script `subscript` and `find_and_delete` APIs.
+* Fixed block parsing API (list of transactions was always empty).
+* Added OP_CHECKLOCKTIMEVERIFY.
+
1.0.6 (July 13, 2015)
--------------------
* Consistent aliasing between `==` and `eql?`
* `TransactionOutpoint` implements `hash` method so it can be used as a key in a dictionary.