aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorErik Kundt <bitshift@posteo.org>2018-07-18 23:20:26 +0800
committerErik Kundt <bitshift@posteo.org>2018-07-24 01:30:07 +0800
commitc622a1e56c0a02b890b45fd15f1fb4cb9d119b3b (patch)
tree48d2d0b7f17ceafd1a7dd4646860324a19fad563 /Changelog.md
parentb909df4573130e020c7f4dfb61c0571ba1bc02ab (diff)
downloaddexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.tar
dexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.tar.gz
dexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.tar.bz2
dexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.tar.lz
dexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.tar.xz
dexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.tar.zst
dexon-solidity-c622a1e56c0a02b890b45fd15f1fb4cb9d119b3b.zip
Enforces data location of local mappings to storage.
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 1064d8f6..a1e8a094 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -69,6 +69,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.