From 7d60ac6dcd2da3714a22d66e66397ddf5c4e06e2 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 30 Jul 2020 10:18:28 +0100 Subject: [PATCH] Changelog entry --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index 6abaa1fe6..c69fdc882 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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)``.