The format is based on Keep a Changelog.
- Upgrade ethereum-types (PR #183)
- Support overloaded contract functions (PR #166)
- Removed
error_chain
and thebacktrace
feature. (#167) - Update to 2018 edition (PR #171, #172)
- Fix handling of large ints (PR #173)
- Support Tuple parameter types (structs in Solidity) (PR #174)
- Upgrade syn, proc-macro2, quote and heck crates (PR #169)
- Replace docopt by structopt (clap) because of performance issue (#161)
- Return an exit code 1 on failure, including wrong input parameters