URI: 
       tUpdate release notes for v0.1.3 - electrum-personal-server - Maximally lightweight electrum server for a single user
  HTML git clone https://git.parazyd.org/electrum-personal-server
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit efefca343017d80f7128356bb7b741cf9b56294d
   DIR parent 5d9efaf5c024e40f090274c6b7e52dd9b9357935
  HTML 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:
         M release-notes                       |      12 ++++++++++++
       
       1 file changed, 12 insertions(+), 0 deletions(-)
       ---
   DIR diff --git a/release-notes b/release-notes
       t@@ -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
       t@@ -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