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
