From 5a75581f6643a229ab12a861d0b0663ea3e5158e Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 23 Jun 2017 18:55:47 +0200 Subject: Disallow invoking the same modifier multiple times. --- Changelog.md | 1 + 1 file changed, 1 insertion(+) (limited to 'Changelog.md') diff --git a/Changelog.md b/Changelog.md index ee952a37..6f2c50f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -15,6 +15,7 @@ Features: Bugfixes: * Type Checker: Fix address literals not being treated as compile-time constants. + * Type Checker: Disallow invoking the same modifier multiple times. * Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences. * Fixed crash concerning non-callable types. * Unused variable warnings no longer issued for variables used inside inline assembly. -- cgit