diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-07 21:25:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-07 21:25:11 +0800 |
commit | a765b5b31cb2c06a0f04204bd6d22a4238625d19 (patch) | |
tree | 2effa5cd3e9fd88939872883092cbeee7e9cd77b /Changelog.md | |
parent | 4158a310bde90abe83cb61a071d5c7cdc9064593 (diff) | |
parent | 5298d818c4808377d3acb8980c2e763b9f86ada7 (diff) | |
download | dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.tar dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.tar.gz dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.tar.bz2 dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.tar.lz dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.tar.xz dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.tar.zst dexon-solidity-a765b5b31cb2c06a0f04204bd6d22a4238625d19.zip |
Merge pull request #4720 from ethereum/abi-rational-type-identifier
Fix type identifiers for RationalNumberType (on negative numbers)
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 037451ed..dbb44983 100644 --- a/Changelog.md +++ b/Changelog.md @@ -79,6 +79,7 @@ Compiler Features: Bugfixes: * Tests: Fix chain parameters to make ipc tests work with newer versions of cpp-ethereum. * Code Generator: Fix allocation of byte arrays (zeroed out too much memory). + * Code Generator: Properly handle negative number literals in ABIEncoderV2. * Commandline Interface: Correctly handle paths with backslashes on windows. * Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions. * References Resolver: Do not crash on using ``_slot`` and ``_offset`` suffixes on their own. |