Skip to content

Commit 47af6c6

Browse files
committed
Minor: reformat release-notes.md
1 parent ab94a31 commit 47af6c6

File tree

1 file changed

+10
-20
lines changed

1 file changed

+10
-20
lines changed

release-notes.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
python-bitcoinlib release notes
2-
===============================
1+
# python-bitcoinlib release notes
32

4-
v0.7.0
5-
======
3+
## v0.7.0
64

75
Breaking API changes:
86

@@ -25,8 +23,7 @@ Bugfixes:
2523
* Fixed a spurious `AttributeError` when `bitcoin.rpc.Proxy()` fails.
2624

2725

28-
v0.6.1
29-
======
26+
## v0.6.1
3027

3128
New features:
3229

@@ -36,8 +33,7 @@ New features:
3633
subtractfeefromamount arguments.
3734

3835

39-
v0.6.0
40-
======
36+
## v0.6.0
4137

4238
Breaking API changes:
4339

@@ -55,8 +51,7 @@ Breaking API changes:
5551
did anything with it anyway)
5652

5753

58-
v0.5.1
59-
======
54+
## v0.5.1
6055

6156
Various small bugfixes; see git history.
6257

@@ -66,8 +61,7 @@ New features:
6661
* OP_CHECKLOCKTIMEVERIFY opcode constant
6762

6863

69-
v0.5.0
70-
======
64+
## v0.5.0
7165

7266
Major fix: Fixed OpenSSL related crashes on OSX and Arch Linux. Big thanks to
7367
everyone who helped fix this!
@@ -90,8 +84,7 @@ Notable bugfixes:
9084
* getinfo() now works where disablewallet=1
9185

9286

93-
v0.4.0
94-
======
87+
## v0.4.0
9588

9689
Major fix: OpenSSL 1.0.1k rejects non-canonical DER signatures, which Bitcoin
9790
Core does not, so we now canonicalize signatures prior to passing them to
@@ -117,8 +110,7 @@ New features:
117110
* Added support for IPv6 addr messages
118111

119112

120-
v0.3.0
121-
======
113+
## v0.3.0
122114

123115
Major change: cleaned up what symbols are exported by modules. \_\_all\_\_ is now
124116
used extensively, which may break some applications that were not importing the
@@ -134,8 +126,7 @@ Other notable changes:
134126
* Various code cleanups and minor bug fixes.
135127

136128

137-
v0.2.1
138-
======
129+
## v0.2.1
139130

140131
* Improve bitcoin address handling. P2SH and P2PKH addresses now get their own
141132
classes - P2SHBitcoinAddress and P2PKHBitcoinAddress respectively - and P2PKH
@@ -146,8 +137,7 @@ v0.2.1
146137
* License is now LGPL v3 or later.
147138

148139

149-
v0.2.0
150-
======
140+
## v0.2.0
151141

152142
Major change: CTransaction, CBlock, etc. now come in immutable (default) and
153143
mutable forms. In most cases mutable and immutable can be used interchangeably;

0 commit comments

Comments
 (0)