Skip to content

Commit

Permalink
Merge pull request #98 from davesque/consolidate-changelog
Browse files Browse the repository at this point in the history
Consolidate changelog into release notes
  • Loading branch information
davesque committed Sep 17, 2018
2 parents fb150c4 + 5591801 commit df0d0a5
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 62 deletions.
62 changes: 1 addition & 61 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,61 +1 @@
0.5.0
-----

- Rename to `eth-abi` for consistency across github/pypi/python-module

0.4.4
-----

- Better error messages for decoder errors.

0.4.3
-----

- Bugfix for `process_type` to support byte string type arrguments

0.4.2
-----

- `process_type` now auto-expands all types which have omittied their sizes.

0.4.1
-----

- Support for `function` types.

0.3.1
-----

- Bugfix for small signed integer and real encoding/decoding

0.3.1
-----

- Bugfix for faulty release.

0.3.0
-----

- Depart from the original pyethereum encoding/decoding logic.
- Fully rewritten encoder and decoder functionality.

0.2.2
-----

- Fix a handful of bytes encoding issues.

0.2.1
-----

- Use pyrlp utility functions for big_endian int operations

0.2.0
-----

- Bugfixes from upstream pyethereum repository for encoding/decoding
- Python 3 Support

0.1.0
-----

- Initial release
See `docs/releases.rst`.
59 changes: 58 additions & 1 deletion docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,61 @@ Released Feb 5, 2018
v0.5.0
--------

Latest stable version
- Rename to ``eth-abi`` for consistency across github/pypi/python-module

v0.4.4
-----

- Better error messages for decoder errors.

v0.4.3
-----

- Bugfix for ``process_type`` to support byte string type arrguments

v0.4.2
-----

- ``process_type`` now auto-expands all types which have omittied their sizes.

v0.4.1
-----

- Support for ``function`` types.

v0.3.1
-----

- Bugfix for small signed integer and real encoding/decoding

v0.3.1
-----

- Bugfix for faulty release.

v0.3.0
-----

- Depart from the original pyethereum encoding/decoding logic.
- Fully rewritten encoder and decoder functionality.

v0.2.2
-----

- Fix a handful of bytes encoding issues.

v0.2.1
-----

- Use pyrlp utility functions for big_endian int operations

v0.2.0
-----

- Bugfixes from upstream pyethereum repository for encoding/decoding
- Python 3 Support

v0.1.0
-----

- Initial release

0 comments on commit df0d0a5

Please sign in to comment.