aboutsummaryrefslogtreecommitdiffstats
path: root/Changelog.md
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-06-26 18:51:12 +0800
committerGitHub <noreply@github.com>2017-06-26 18:51:12 +0800
commita0b0df2d98f7d4c60fe9fb9e79739c0c09b94365 (patch)
treeb8e4cd938ada219278e3c0ea5509b4ef0a793bdd /Changelog.md
parentc328ab411b63fe182125e976eb05b4449fdd892d (diff)
parent5a75581f6643a229ab12a861d0b0663ea3e5158e (diff)
downloaddexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.tar
dexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.tar.gz
dexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.tar.bz2
dexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.tar.lz
dexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.tar.xz
dexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.tar.zst
dexon-solidity-a0b0df2d98f7d4c60fe9fb9e79739c0c09b94365.zip
Merge pull request #2460 from ethereum/disallowMultiModifier
Disallow invoking the same modifier multiple times.
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 3f4d55cd..d2c9fefb 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -17,6 +17,7 @@ Features:
Bugfixes:
* Code generator: Use ``REVERT`` instead of ``INVALID`` for generated input validation routines.
* 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.