commit efefca343017d80f7128356bb7b741cf9b56294d
parent 5d9efaf5c024e40f090274c6b7e52dd9b9357935
Author: chris-belcher <chris-belcher@users.noreply.github.com>
Date: Wed, 4 Jul 2018 22:58:43 +0100
Update release notes for v0.1.3
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/release-notes b/release-notes
@@ -1,4 +1,15 @@
+# Release v0.1.3 - (4th July 2018)
+
+Bugfix release, mainly to correctly support Electrum 3.2
+
+* Added support for raw block headers
+* Implemented protocol method `blockchain.block.headers`
+* Make the address status of a empty address be None
+* Fixed bug involving rare situation where the result of the listtransactions
+ RPC call did not have an `address` field
+
+
# Release v0.1.2 - (30th June 2018)
* Added support for mempool histogram feature
@@ -9,6 +20,7 @@
* Added many more tests, which now use py.test
* Added regtest support
+
# Release v0.1.1 - (1st April 2018)
Bugfix release, thanks to