RELEASE_NOTES.md in btcruby-1.1.4 vs RELEASE_NOTES.md in btcruby-1.1.5
- old
+ new
@@ -1,8 +1,15 @@
BTCRuby Release Notes
=====================
+1.1.5 (August 20, 2015)
+-----------------------
+
+* Fixed namespace issues with `BTC::Opcodes`.
+* All tests are running with explicit namespaces.
+
+
1.1.4 (August 18, 2015)
-----------------------
* Public API for `ScriptChunk` instances.
* Added `ScriptChunk#data_only?`.