aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-08 06:52:13 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-11-15 04:52:30 +0800
commit727e3f24bc57b9470b7972fe882d60117625afe5 (patch)
tree199d350f723cd845a9fffd7f09811f187e7afe9d /Changelog.md
parent1e4765fba7a061d8440b5bdb57ba074874c7e171 (diff)
downloaddexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.tar
dexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.tar.gz
dexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.tar.bz2
dexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.tar.lz
dexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.tar.xz
dexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.tar.zst
dexon-solidity-727e3f24bc57b9470b7972fe882d60117625afe5.zip
Do not perform cleanup on unsigned integers when loading from calldata.
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 b5e7eed8..b2b03ae4 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -5,6 +5,7 @@ Language Features:
Compiler Features:
* Build System: LLL is not built anymore by default. Must configure it with CMake as `-DLLL=ON`.
+ * Code generator: Do not perform redundant double cleanup on unsigned integers when loading from calldata.
Bugfixes: