aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-08 22:38:14 +0800
committerchriseth <chris@ethereum.org>2018-04-04 22:50:45 +0800
commit65f18a18de410b46844892e69b0578a61669aac1 (patch)
tree98b6812736ed2c5f10d48d7de9e27e8807a501c2 /Changelog.md
parentefa0ccaf9e25a257e1ee6b36c0b77b1532131077 (diff)
downloaddexon-solidity-65f18a18de410b46844892e69b0578a61669aac1.tar.gz
dexon-solidity-65f18a18de410b46844892e69b0578a61669aac1.tar.zst
dexon-solidity-65f18a18de410b46844892e69b0578a61669aac1.zip
More specific push implementation.
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 9618dfa7..0db5df96 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,7 @@
Features:
* Code Generator: Initialize arrays without using ``msize()``.
+ * Code Generator: More specialized and thus optimized implementation for ``x.push(...)``
* Commandline interface: Error when missing or inaccessible file detected. Suppress it with the ``--ignore-missing`` flag.
* General: Support accessing dynamic return data in post-byzantium EVMs.
* Interfaces: Allow overriding external functions in interfaces with public in an implementing contract.