We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a1b7ff commit 47b87a5Copy full SHA for 47b87a5
1 file changed
release-notes.md
@@ -1,6 +1,19 @@
1
python-bitcoinlib release notes
2
===============================
3
4
+v0.5.0
5
+======
6
+
7
+Breaking API changes:
8
9
+* Proxy no longer has ``__getattr__`` to support arbitrary methods. Use
10
+ RawProxy or Proxy.call instead. This allows new wrappers to be added safely.
11
+ See docstrings for details.
12
13
+New features:
14
15
+* New RPC calls: getbestblockhash, getmininginfo
16
17
v0.4.0
18
======
19
0 commit comments