From 58bbb04276f27d3ecfa96dda54fbad80f8bbdbea Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 16 Feb 2018 11:04:44 +0100 Subject: [PATCH] Changelog entry. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index d6b83d6e7..4e6e1b928 100644 --- a/Changelog.md +++ b/Changelog.md @@ -7,6 +7,7 @@ Features: Bugfixes: * JSON-AST: Add "documentation" property to function, event and modifier definition. + * Resolver: Properly determine shadowing for imports with aliases. * Standard JSON: catch errors properly when invalid "sources" are passed * Type Checker: Properly warn when using ``_offset`` and ``_slot`` for constants in inline assembly.