aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-08-07 19:13:52 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-08-07 20:18:38 +0800
commiteb7b3862ac5089615710d07c9a56b8edc0472394 (patch)
tree4bb0af26fbbb098267140b11838b72eb9e9037ae /Changelog.md
parent8b2d630275fb29d2915af76f608be4d4e422907f (diff)
downloaddexon-solidity-eb7b3862ac5089615710d07c9a56b8edc0472394.tar.gz
dexon-solidity-eb7b3862ac5089615710d07c9a56b8edc0472394.tar.zst
dexon-solidity-eb7b3862ac5089615710d07c9a56b8edc0472394.zip
Properly handle invalid references used together with _slot and _offset.
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 e00f74b3..037451ed 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -83,6 +83,7 @@ Bugfixes:
* 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.
* References Resolver: Enforce ``storage`` as data location for mappings.
+ * References Resolver: Properly handle invalid references used together with ``_slot`` and ``_offset``.
* References Resolver: Report error instead of assertion fail when FunctionType has an undeclared type as parameter.
* Type Checker: Disallow assignments to mappings within tuple assignments as well.
* Type Checker: Allow assignments to local variables of mapping types.