Prepare 0.10.4

This commit is contained in:
Neil Booth 2017-01-12 22:45:28 +09:00
parent 9e6de7a554
commit 0845f26ec2
2 changed files with 11 additions and 1 deletions

View File

@ -140,6 +140,14 @@ version prior to the release of 1.0.
ChangeLog
=========
Version 0.10.4
--------------
* Named argument handling as per JSON RPC 2.0 (issue `#99`_). This
takes argument names from the Python RPC handlers, and paves the way
for creating help output automatically from the handler docstrings
* Write reorg undo info with the UTXO flushes (issue `#101`_)
Version 0.10.3
--------------
@ -245,6 +253,8 @@ Version 0.9.17
.. _#92: https://github.com/kyuupichan/electrumx/issues/92
.. _#93: https://github.com/kyuupichan/electrumx/issues/93
.. _#94: https://github.com/kyuupichan/electrumx/issues/94
.. _#99: https://github.com/kyuupichan/electrumx/issues/99
.. _#101: https://github.com/kyuupichan/electrumx/issues/101
.. _#102: https://github.com/kyuupichan/electrumx/issues/102
.. _#103: https://github.com/kyuupichan/electrumx/issues/103
.. _docs/HOWTO.rst: https://github.com/kyuupichan/electrumx/blob/master/docs/HOWTO.rst

View File

@ -1 +1 @@
VERSION = "ElectrumX 0.10.3"
VERSION = "ElectrumX 0.10.4"