Browse Source

Prepare 0.10.13

master
Neil Booth 8 years ago
parent
commit
8bc9abf9c1
  1. 8
      README.rst
  2. 2
      server/version.py

8
README.rst

@ -135,6 +135,14 @@ version prior to the release of 1.0.
ChangeLog
=========
Version 0.10.13
---------------
* worked around asyncio issue to suppress the annoying log spew on shutdown
that makes it look like a bomb hit
* implement peer subscriptions as real subscriptions with incremental updates
* misc cleanups
Version 0.10.12
---------------

2
server/version.py

@ -1 +1 @@
VERSION = "ElectrumX 0.10.12"
VERSION = "ElectrumX 0.10.13"

Loading…
Cancel
Save