Changelog entry

This commit is contained in:
Alex Beregszaszi 2020-07-30 10:18:28 +01:00 committed by chriseth
parent c032ad3379
commit 7d60ac6dcd

View File

@ -25,6 +25,7 @@ Breaking Changes:
* Type System: Support ``address(...).codehash`` to retrieve the codehash of an account.
* Type System: Unary negation can only be used on signed integers, not on unsigned integers.
* View Pure Checker: Mark ``chainid`` as view.
* Yul: Disallow the use of reserved identifiers, such as EVM instructions, even if they are not available in the given dialect / EVM version.
Language Features:
* Super constructors can now be called using the member notation e.g. ``M.C(123)``.