diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-29 04:05:47 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-09-12 07:03:35 +0800 |
commit | a52e0de67c2fad02da43ef645c739632c61c923b (patch) | |
tree | c30791874fceec3a7c277462f948197af8a261c7 /Changelog.md | |
parent | fbe24da159452f8b22206b6e750174ed03b43ade (diff) | |
download | dexon-solidity-a52e0de67c2fad02da43ef645c739632c61c923b.tar.gz dexon-solidity-a52e0de67c2fad02da43ef645c739632c61c923b.tar.zst dexon-solidity-a52e0de67c2fad02da43ef645c739632c61c923b.zip |
Do not show the same error multiple times for events
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 4af4419d..f61bb560 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ Features: * Optimizer: Add new optimization step to remove unused ``JUMPDEST``s. + * Type Checker: Do not show the same error multiple times for events. * Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``. Bugfixes: |