aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-24 03:43:38 +0800
committerGitHub <noreply@github.com>2018-07-24 03:43:38 +0800
commitde90290c2882a580ab5e9cc222bd4caa21ac7667 (patch)
tree0748cef73a8bee2c1c51710bd05303425543a50f /Changelog.md
parentb3c8e14952f86ab658ac456f5cce71609498a348 (diff)
parentc622a1e56c0a02b890b45fd15f1fb4cb9d119b3b (diff)
downloaddexon-solidity-de90290c2882a580ab5e9cc222bd4caa21ac7667.tar.gz
dexon-solidity-de90290c2882a580ab5e9cc222bd4caa21ac7667.tar.zst
dexon-solidity-de90290c2882a580ab5e9cc222bd4caa21ac7667.zip
Merge pull request #4527 from ethereum/mappingEnforceStorage
Enforces explicit data location for mappings
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 59d0aa59..2953c86b 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -72,6 +72,7 @@ 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).
* Fix NatSpec json output for `@notice` and `@dev` tags on contract definitions.
+ * References Resolver: Enforce ``storage`` as data location for mappings.
* Type Checker: Consider fixed size arrays when checking for recursive structs.
* Type System: Allow arbitrary exponents for literals with a mantissa of zero.