mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog: add an entry about super.x lookup
This commit is contained in:
parent
7887045a48
commit
31ffe01463
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user