Changelog entry.

This commit is contained in:
chriseth 2018-11-28 11:30:00 +01:00
parent 105898b81b
commit 69dcf1a5f7

View File

@ -11,6 +11,7 @@ Compiler Features:
* SMTChecker: Support ``msg``, ``tx`` and ``block`` member variables.
* SMTChecker: Support ``gasleft()`` and ``blockhash()`` functions.
* SMTChecker: Support internal bound function calls.
* Yul: Support Yul objects in ``--assemble`` and ``--yul`` commandline options.
Bugfixes: