Skip to content

Commit

Permalink
Correct error in release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
davesque committed Aug 28, 2018
1 parent 5432392 commit 2b0a310
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/releases.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
Release Notes
=============

v2.0.0-alpha.1
Development
-------------

Released July 19, 2018

- New Features

- Added support for nested dynamic arrays from the Solidity version 2 ABI
- Added support for non-standard packed mode encoding
- Added support for tuple array types e.g. ``(int,int)[]``

v2.0.0-alpha.1
-------------

Released July 19, 2018

- Backwards Incompatible Changes

- :meth:`~eth_abi.abi.decode_single` called with ABI type 'string' will now return a python
Expand Down

0 comments on commit 2b0a310

Please sign in to comment.