Changelog: add a point about #1243

This commit is contained in:
Yoichi Hirai 2016-10-21 09:48:23 +02:00
parent 83e8fdecc5
commit f30f421e1c
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -12,6 +12,7 @@ Bugfixes:
* Disallow unknown options in ``solc``.
* Proper type checking for bound functions.
* Code Generator: expect zero stack increase after `super` as an expression.
* Allow inheritance of ``enum`` definitions.
* Inline assembly: support the ``address`` opcode.
* Inline assembly: fix parsing of assignment after a label.
* Inline assembly: external variables of unsupported type (such as ``this``, ``super``, etc.)