Skip to content

Commit b733981

Browse files
committed
Update release notes
1 parent 0b7e621 commit b733981

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ python-bitcoinlib release notes
44
v0.5.0
55
======
66

7+
Major fix: Fixed OpenSSL related crashes on OSX and Arch Linux. Big thanks to
8+
everyone who helped fix this!
9+
710
Breaking API changes:
811

912
* Proxy no longer has ``__getattr__`` to support arbitrary methods. Use
@@ -13,6 +16,13 @@ Breaking API changes:
1316
New features:
1417

1518
* New RPC calls: getbestblockhash, getblockcount, getmininginfo
19+
* Signing and verification of Bitcoin Core compatible messages. (w/ pubkey recovery)
20+
* Tox tests
21+
* Sphinx docs
22+
23+
Notable bugfixes:
24+
25+
* getinfo() now works where disablewallet=1
1626

1727
v0.4.0
1828
======

0 commit comments

Comments
 (0)