Changelog entry.

This commit is contained in:
chriseth 2017-04-25 13:21:54 +02:00
parent 1d712c7d64
commit e64a03d86b

View File

@ -7,6 +7,7 @@ Features:
* Commandline interface: Add the ``--standard-json`` parameter to process a Standard JSON I/O.
* Commandline interface: Support ``--allow-paths`` to define trusted import paths. Note: the
path(s) of the supplied source file(s) is always trusted.
* Inline Assembly: Storage variable access using ``_slot`` and ``_offset`` suffixes.
* Static analyzer: Warn about statements without effects.
Bugfixes: