Changelog: add an entry about super.x lookup

This commit is contained in:
Yoichi Hirai 2016-10-20 16:12:21 +02:00
parent 7887045a48
commit 31ffe01463
No known key found for this signature in database
GPG Key ID: E7B75D080FCF7992

View File

@ -10,6 +10,7 @@ Features:
Bugfixes:
* Disallow unknown options in ``solc``.
* Proper type checking for bound functions.
* Type Checker: ``super.x`` does not look up ``x`` in the current contract.
* Code Generator: expect zero stack increase after `super` as an expression.
* Inline assembly: support the ``address`` opcode.
* Inline assembly: fix parsing of assignment after a label.