Skip to content

Commit

Permalink
Compile release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Oct 30, 2023
1 parent 07a2d4d commit 64ee824
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 5 deletions.
18 changes: 18 additions & 0 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ v6 Breaking Changes Summary

.. towncrier release notes start
web3.py v6.11.2 (2023-10-30)
----------------------------

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

- Fix formatting in documentation for creating an account. (`#3128 <https://github.com/ethereum/web3.py/issues/3128>`__)
- Fix broken links for Apeworx and Sepolia faucet (`#3130 <https://github.com/ethereum/web3.py/issues/3130>`__)


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

- Speed up the core test suite by splitting up sync and async tests. This reduces the CI build times to ~8min from ~12min. (`#3111 <https://github.com/ethereum/web3.py/issues/3111>`__)
- Re-compile test contracts with Solidity ``v0.8.22`` to ensure compatibility with this latest Solidity version. (`#3134 <https://github.com/ethereum/web3.py/issues/3134>`__)
- Improvements on yielding to the event loop while searching in response caches and calling ``recv()`` on the websocket connection for ``WebsocketProviderV2``. (`#3135 <https://github.com/ethereum/web3.py/issues/3135>`__)


web3.py v6.11.1 (2023-10-18)
----------------------------

Expand Down
1 change: 0 additions & 1 deletion newsfragments/3111.internal.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 64ee824

Please sign in to comment.