diff options
author | chriseth <chris@ethereum.org> | 2018-11-30 02:44:33 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-11-30 02:45:06 +0800 |
commit | c445e7dfa4505ba5d914f2d4b29b18107b7e6e97 (patch) | |
tree | cb31e5cbef59fd230403e7a53ed7c5740a610efe /Changelog.md | |
parent | 124a8def845186ba55ee8566b05cc617554dbcbc (diff) | |
download | dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.tar dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.tar.gz dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.tar.bz2 dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.tar.lz dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.tar.xz dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.tar.zst dexon-solidity-c445e7dfa4505ba5d914f2d4b29b18107b7e6e97.zip |
Disallow inline arrays of mapping type.
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 99c1ead8..2835a14e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -23,6 +23,7 @@ Bugfixes: * Type Checker: Disallow struct return types for getters of public state variables unless the new ABI encoder is active. * Type Checker: Fix internal compiler error when a field of a struct used as a parameter in a function type has a non-existent type. * Type Checker: Disallow functions ``sha3`` and ``suicide`` also without a function call. + * Type Checker: Disallow inline arrays of mapping type. Build System: * Emscripten: Upgrade to Emscripten SDK 1.37.21 and boost 1.67. |