aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-08-07 18:23:00 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-08-07 19:14:12 +0800
commit296ba24f7f14811c5a5482457391d4f1afa49a87 (patch)
tree578510afaf0adb4bdb932cc29c6177b851bce06c /Changelog.md
parentd33e5683f51dc9d85b4493abbf6f03f6ab7b8ff2 (diff)
downloaddexon-solidity-296ba24f7f14811c5a5482457391d4f1afa49a87.tar.gz
dexon-solidity-296ba24f7f14811c5a5482457391d4f1afa49a87.tar.zst
dexon-solidity-296ba24f7f14811c5a5482457391d4f1afa49a87.zip
Do not crash on using _slot and _offset suffixes on their own
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 aa2dce18..a957e928 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -79,6 +79,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: Do not crash on using ``_slot`` and ``_offset`` suffixes on their own.
* References Resolver: Enforce ``storage`` as data location for mappings.
* 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.