Skip to content

Commit

Permalink
Compile release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed Apr 12, 2023
1 parent 9d1868f commit 4ae7a9c
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
24 changes: 24 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,30 @@ v6 Breaking Changes Summary

.. towncrier release notes start
v6.2.0 (2023-04-12)
-------------------

Features
~~~~~~~~

- Adds async version of `eth_getUncleCount` methods (`#2822 <https://github.com/ethereum/web3.py/issues/2822>`__)
- Add the ``sign_transaction`` method to the ``AsyncEth`` class (`#2827 <https://github.com/ethereum/web3.py/issues/2827>`__)
- Add the ``replace_transaction`` method to the ``AsyncEth`` class (`#2847 <https://github.com/ethereum/web3.py/issues/2847>`__)


Bugfixes
~~~~~~~~

- Use ``TraceFilterParams`` instead of ``FilterParams`` for ``trace_filter`` typing (`#2913 <https://github.com/ethereum/web3.py/issues/2913>`__)


Improved Documentation
~~~~~~~~~~~~~~~~~~~~~~

- Add welcome banner for Ethereum newcomers (`#2905 <https://github.com/ethereum/web3.py/issues/2905>`__)
- Added breaking changes from pr2448 to v6 migration guide (`#2907 <https://github.com/ethereum/web3.py/issues/2907>`__)


v6.1.0 (2023-04-05)
-------------------

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2827.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2847.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2905.doc.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2907.doc.rst

This file was deleted.

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

This file was deleted.

0 comments on commit 4ae7a9c

Please sign in to comment.