Skip to content

Commit

Permalink
Docs and newsfragment for #3281
Browse files Browse the repository at this point in the history
  • Loading branch information
reedsa committed Mar 12, 2024
1 parent bba1a1d commit 5c67b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/v7_migration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,3 +148,4 @@ Miscellaneous Changes
- ``get_default_ipc_path()`` and ``get_dev_ipc_path()`` now return the path value
without checking if the ``geth.ipc`` file exists.
- ``Web3.is_address()`` returns ``True`` for non-checksummed addresses.
- ``Contract.encodeABI()`` has been renamed to ``Contract.encode_abi()``.
1 change: 1 addition & 0 deletions newsfragments/3281.removal.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove ``Contract.encodeABI()`` in favor of ``Contract.encode_abi()`` to follow standard conventions.

0 comments on commit 5c67b93

Please sign in to comment.