Mention functions in changelog.

This commit is contained in:
chriseth 2017-06-14 15:37:44 +02:00 committed by Alex Beregszaszi
parent 667a9d32aa
commit 7a09860ec1

View File

@ -9,6 +9,7 @@ Features:
instruction.
* Inline Assembly: introduce ``keccak256`` as an opcode. ``sha3`` is still a valid alias.
* Inline Assembly: ``for`` and ``switch`` statements.
* Inline Assembly: function definitions and function calls.
Bugfixes:
* Fixed crash concerning non-callable types.