Skip to content

Commit

Permalink
Compile release notes for v5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pacrob committed Mar 4, 2024
1 parent 82c1ad3 commit 00f990e
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@ Release Notes

.. towncrier release notes start
eth-abi v5.0.1 (2024-03-04)
---------------------------

Bugfixes
~~~~~~~~

- During decoding, verify all pointers in arrays and tuples point to a valid location in the payload (`#226 <https://github.com/ethereum/eth-abi/issues/226>`__)
- Fix memory leak warning in NodeVisitor and ABIRegistry (`#230 <https://github.com/ethereum/eth-abi/issues/230>`__)


Internal Changes - for eth-abi Contributors
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Clear mypy ``misc``-type errors and add top-level ``py.typed`` file back (`#221 <https://github.com/ethereum/eth-abi/issues/221>`__)


eth-abi v5.0.0 (2024-01-09)
---------------------------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 00f990e

Please sign in to comment.