Skip to content

Commit c186847

Browse files
committed
Compile release notes for v7.2.0
1 parent c189e3c commit c186847

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

docs/release_notes.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ v7 Breaking Changes Summary
66

77
.. towncrier release notes start
88
9+
web3.py v7.2.0 (2024-08-29)
10+
---------------------------
11+
12+
Bugfixes
13+
~~~~~~~~
14+
15+
- Fix a bug with newer ``hexbytes`` versions that yield non-0x-prefixed hex for ``HexBytes``: ``raw_transaction.hex()`` -> ``raw_transaction.to_0x_hex()``. (`#3471 <https://github.com/ethereum/web3.py/issues/3471>`__)
16+
17+
18+
Features
19+
~~~~~~~~
20+
21+
- HTTPProvider and AsyncHTTPProvider's get_request_headers is now available on both the class and the instance (`#3467 <https://github.com/ethereum/web3.py/issues/3467>`__)
22+
23+
924
web3.py v7.1.0 (2024-08-28)
1025
---------------------------
1126

newsfragments/3467.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

newsfragments/3471.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)