Skip to content

Commit

Permalink
Compile release notes for v7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Aug 29, 2024
1 parent c189e3c commit c186847
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 15 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ v7 Breaking Changes Summary

.. towncrier release notes start
web3.py v7.2.0 (2024-08-29)
---------------------------

Bugfixes
~~~~~~~~

- 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>`__)


Features
~~~~~~~~

- 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>`__)


web3.py v7.1.0 (2024-08-28)
---------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/3467.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/3471.bugfix.rst

This file was deleted.

0 comments on commit c186847

Please sign in to comment.