Skip to content

Commit acdc99d

Browse files
committed
Improve release notes formatting
1 parent fa07d59 commit acdc99d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ v0.7.0-SNAPSHOT (not yet released!)
77
Breaking API changes:
88

99
* The 'cooked' CScript iterator now returns `OP_0` for the empty binary string
10-
rather than b''
10+
rather than `b''`
1111

1212
* The alias `JSONRPCException = JSONRPCError` has been removed. This alias was
1313
added for compatibility with v0.4.0 of python-bitcoinlib.
1414

1515
Bugfixes:
1616

17-
* Fixed a spurious AttributeError when bitcoin.rpc.Proxy() fails.
17+
* Fixed a spurious `AttributeError` when `bitcoin.rpc.Proxy()` fails.
1818

1919

2020
v0.6.1

0 commit comments

Comments
 (0)