Skip to content

Commit

Permalink
Update release log
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Aug 30, 2018
1 parent ef3857d commit 3f764c6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Release Notes
=============

Development
v2.0.0-beta.1
-------------

- New Features
Expand All @@ -14,6 +14,12 @@ Development
- The :meth:`~eth_abi.abi.encode_single` and
:meth:`~eth_abi.abi.decode_single` functions no longer accept type tuples
to identify ABI types. Only type strings are accepted.
- The :meth:`~eth_abi.utils.parsing.collapse_type` function has been removed.
People who still wish to use this function should replicate its logic
locally and where needed.
- The :meth:`~eth_abi.utils.parsing.process_type` function has been removed
in favor of the :meth:`~eth_abi.grammar.parse` function. This should make
the parsing API more consistent with the new parsimonious parser.

v2.0.0-alpha.1
-------------
Expand Down

0 comments on commit 3f764c6

Please sign in to comment.