Mention requirement changes in changelog

This commit is contained in:
Alex Beregszaszi 2017-04-26 16:47:01 +01:00 committed by GitHub
parent d7b3ce24a4
commit 2002447b10

View File

@ -8,6 +8,7 @@ Features:
* 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.
* Inline Assembly: Disallow blocks with unbalanced stack.
* Static analyzer: Warn about statements without effects.
Bugfixes: