diff options
author | chriseth <chris@ethereum.org> | 2017-06-24 00:55:47 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-24 02:12:22 +0800 |
commit | 5a75581f6643a229ab12a861d0b0663ea3e5158e (patch) | |
tree | 729d81a12ee3aefe88a41abfc9d890f30a35edde /Changelog.md | |
parent | b83f77e0e567b58c2ada831e526ad5bacfed8b40 (diff) | |
download | dexon-solidity-5a75581f6643a229ab12a861d0b0663ea3e5158e.tar.gz dexon-solidity-5a75581f6643a229ab12a861d0b0663ea3e5158e.tar.zst dexon-solidity-5a75581f6643a229ab12a861d0b0663ea3e5158e.zip |
Disallow invoking the same modifier multiple times.
Diffstat (limited to 'Changelog.md')
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
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. |