diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-07 09:40:39 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-07 20:23:14 +0800 |
commit | b0f9fc5af08a34f3025acf37db170ddca77796e1 (patch) | |
tree | 01bdc222655e0e73893ccfeac6c2fe4599f55c50 /Changelog.md | |
parent | 9d3827266cc734ac91368acff010e094f100f850 (diff) | |
download | dexon-solidity-b0f9fc5af08a34f3025acf37db170ddca77796e1.tar.gz dexon-solidity-b0f9fc5af08a34f3025acf37db170ddca77796e1.tar.zst dexon-solidity-b0f9fc5af08a34f3025acf37db170ddca77796e1.zip |
Fix type identifiers for RationalNumberType
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 e00f74b3..f645933c 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. |