Add constant shift to the changelog

This commit is contained in:
Alex Beregszaszi 2016-10-19 20:28:14 +01:00
parent 7ac27c957e
commit d5c94cb412

View File

@ -5,6 +5,7 @@ Features:
* Inline assembly: support both ``suicide`` and ``selfdestruct`` opcodes
(note: ``suicide`` is deprecated).
* Include ``keccak256()`` as an alias to ``sha3()``.
* Support shifting constant numbers.
Bugfixes:
* Disallow unknown options in ``solc``.