aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-30 18:12:12 +0800
committerchriseth <chris@ethereum.org>2018-04-03 20:34:44 +0800
commitdeadff263fbf4d5da911d7c544821cc77081a6d3 (patch)
treef4fbf8227b4df2795226ea1d4e54894f6e6372fa /Changelog.md
parente64e397f2417fc9a678690614a775fa88514f1dc (diff)
downloaddexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.tar
dexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.tar.gz
dexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.tar.bz2
dexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.tar.lz
dexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.tar.xz
dexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.tar.zst
dexon-solidity-deadff263fbf4d5da911d7c544821cc77081a6d3.zip
Changelog entry.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index d35a2b45..88e88545 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,9 +1,11 @@
### 0.4.22 (unreleased)
Features:
+ * Code Generator: Initialize arrays without using ``msize()``.
* 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.
+ * Optimizer: Optimize across ``mload`` if ``msize()`` is not used.
* Syntax Checker: Issue warning for empty structs (or error as experimental 0.5.0 feature).
Bugfixes: