diff options
author | chriseth <chris@ethereum.org> | 2017-06-30 21:38:58 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-07-01 04:29:00 +0800 |
commit | 0fa2feb3411dd254132ad17a6a8e428551ae3613 (patch) | |
tree | 9496602a1cf2d902a6230b138fe64aa4cdd91e95 | |
parent | 11dd89c70b07062ddc97e5b82a135f8109836eb6 (diff) | |
download | dexon-solidity-0fa2feb3411dd254132ad17a6a8e428551ae3613.tar.gz dexon-solidity-0fa2feb3411dd254132ad17a6a8e428551ae3613.tar.zst dexon-solidity-0fa2feb3411dd254132ad17a6a8e428551ae3613.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 3aac912b..51d72b2a 100644 --- a/Changelog.md +++ b/Changelog.md @@ -34,6 +34,7 @@ Bugfixes: * Code Generator: Fix negative stack size checks. * Inline Assembly: Enforce function arguments when parsing functional instructions. * Fixed segfault with constant function parameters + * Optimizer: Disallow optimizations involving ``MLOAD`` because it changes ``MSIZE``. ### 0.4.11 (2017-05-03) |