diff options
author | chriseth <chris@ethereum.org> | 2018-08-16 21:56:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-16 21:56:14 +0800 |
commit | 410d288dfc2e08c42df58c7e01ad5c332ce92727 (patch) | |
tree | 8a905ac23df94b0df2f2dd1a0b6b6dfbf5b58008 /Changelog.md | |
parent | 146e89c2ec795ae799a91b54a959e672a998b8f9 (diff) | |
parent | 583e7156ba214c98096217d18f6270e4a46491d9 (diff) | |
download | dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.tar dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.tar.gz dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.tar.bz2 dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.tar.lz dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.tar.xz dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.tar.zst dexon-solidity-410d288dfc2e08c42df58c7e01ad5c332ce92727.zip |
Merge pull request #4629 from ethereum/mapping_dynamic_key
Dynamic type as mapping key returns error instead of assertion fail
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 5a421fa5..1e16df59 100644 --- a/Changelog.md +++ b/Changelog.md @@ -110,6 +110,7 @@ Bugfixes: * Type Checker: Fix freeze for negative fixed-point literals very close to ``0``, such as ``-1e-100``. * Type Checker: Report error when using structs in events without experimental ABIEncoderV2. This used to crash or log the wrong values. * Type Checker: Report error when using indexed structs in events with experimental ABIEncoderV2. This used to log wrong values. + * Type Checker: Dynamic types as key for public mappings return error instead of assertion fail. * Type System: Allow arbitrary exponents for literals with a mantissa of zero. ### 0.4.24 (2018-05-16) |