Mention in changelog

This commit is contained in:
Alex Beregszaszi 2016-10-15 16:19:59 +01:00
parent 0dd75ac100
commit e1ff8bebe1

View File

@ -4,6 +4,7 @@ Features:
* Inline assembly: support both ``suicide`` and ``selfdestruct`` opcodes
(note: ``suicide`` is deprecated).
* Inline assembly: issue warning if stack is not balanced after block.
* Include ``keccak256()`` as an alias to ``sha3()``.
* Support shifting constant numbers.