From 30d9961efb7c0056a2b189b642489bee92048442 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Fri, 13 Jul 2018 13:20:39 +0200 Subject: Do not exclude public state variables when looking for conflicting declarations. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index e6956d5e..c21f0ae9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -32,6 +32,7 @@ Breaking Changes: * General: Remove assembly instruction aliases ``sha3`` and ``suicide`` * General: C99-style scoping rules are enforced now. This was already the case in the experimental 0.5.0 mode. * General: Disallow combining hex numbers with unit denominations (e.g. ``0x1e wei``). This was already the case in the experimental 0.5.0 mode. + * Name Resolver: Do not exclude public state variables when looking for conflicting declarations. * Optimizer: Remove the no-op ``PUSH1 0 NOT AND`` sequence. * Parser: Disallow trailing dots that are not followed by a number. * Parser: Remove ``constant`` as function state mutability modifer. -- cgit