aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-12-12 00:58:22 +0800
committerchriseth <c@ethdev.com>2016-12-12 00:58:22 +0800
commit81d7e0233aa24a2d38103b2bf746cef5eb12a893 (patch)
tree1a54e27c302351ab49af07e634789a9edb92824f /Changelog.md
parentbfa4f451160bff14d79bf6e25d969b1f586a8b00 (diff)
downloaddexon-solidity-81d7e0233aa24a2d38103b2bf746cef5eb12a893.tar.gz
dexon-solidity-81d7e0233aa24a2d38103b2bf746cef5eb12a893.tar.zst
dexon-solidity-81d7e0233aa24a2d38103b2bf746cef5eb12a893.zip
Changelog entry.
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 1eb90c22..c3b3f5fa 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -3,6 +3,7 @@
Features:
* Type checker: Warn when ``msg.value`` is used in non-payable function.
* Code generator: Inject the Swarm hash of a metadata file into the bytecode.
+ * Code generator: Replace expensive memcpy precompile by simple assembly loop.
* Optimizer: Some dead code elimination.
Bugfixes: