Changelog entry.

This commit is contained in:
chriseth 2018-03-30 12:12:12 +02:00
parent e64e397f24
commit deadff263f

View File

@ -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: