Skip to content

Commit

Permalink
Compile release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed May 15, 2023
1 parent 94b5c8d commit dae4c40
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 8 deletions.
36 changes: 36 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,42 @@ v6 Breaking Changes Summary

.. towncrier release notes start
web3.py v6.4.0 (2023-05-15)
---------------------------

Bugfixes
~~~~~~~~

- fix AttributeDicts unhashable if they contain lists recursively tupleizing them (`#2908 <https://github.com/ethereum/web3.py/issues/2908>`__)


Deprecations
~~~~~~~~~~~~

- add deprecation notice for the `ethPM` module (`#2953 <https://github.com/ethereum/web3.py/issues/2953>`__)


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

- remove reference to the ability to specify a list of providers - you can't anymore (`#2949 <https://github.com/ethereum/web3.py/issues/2949>`__)
- add deprecation notice for the `ethPM` module (`#2953 <https://github.com/ethereum/web3.py/issues/2953>`__)


Features
~~~~~~~~

- Update ``eth-tester`` to pull in Shanghai changes and make additional changes to fully support Shanghai with ``eth-tester``. (`#2958 <https://github.com/ethereum/web3.py/issues/2958>`__)


Internal Changes - for web3.py Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- bump sphinx and readthedocs py versions (`#2945 <https://github.com/ethereum/web3.py/issues/2945>`__)
- re-compile test contracts with Solidity ``v0.8.20`` (`#2951 <https://github.com/ethereum/web3.py/issues/2951>`__)
- Set towncrier settings in `pyproject.toml` to match the python project template and change newfragment type "doc" to "docs" (`#2959 <https://github.com/ethereum/web3.py/issues/2959>`__)


v6.3.0 (2023-05-03)
-------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/2908.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2945.internal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2949.docs.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2951.internal.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2953.deprecation.rst

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2953.docs.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion newsfragments/2959.internal.rst

This file was deleted.

0 comments on commit dae4c40

Please sign in to comment.