aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-09 21:06:54 +0800
committerchriseth <chris@ethereum.org>2018-03-09 21:06:54 +0800
commit0649f900cacdbe43c127d543c47e834b80210949 (patch)
tree215d08a62882a409f29bcbf1559ee123f36e7678 /Changelog.md
parent30443f3a3e8131813dc6c62c2096c5d79f100a86 (diff)
downloaddexon-solidity-0649f900cacdbe43c127d543c47e834b80210949.tar.gz
dexon-solidity-0649f900cacdbe43c127d543c47e834b80210949.tar.zst
dexon-solidity-0649f900cacdbe43c127d543c47e834b80210949.zip
Properly skip cleanup if only enlarging storage array.
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 c9bffa64..6a25569f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@ Features:
Bugfixes:
+ * Code Generator: Properly skip unneeded storgae array cleanup when not reducing length.