diff options
author | chriseth <chris@ethereum.org> | 2017-09-14 00:28:36 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-09-14 00:28:36 +0800 |
commit | 172704a58fa2b7562107b8df299c5a81ba702d12 (patch) | |
tree | 242087b93ee418c3b7faff723db3827683f3d0d8 | |
parent | e2f30ce9ca3bc8c6c6e64c074b98bafec7e2e5d5 (diff) | |
download | dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.gz dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.bz2 dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.lz dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.xz dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.zst dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.zip |
Changelog entry.
-rw-r--r-- | Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md index 4af4419d..9ca8db0c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,7 @@ Features: * Optimizer: Add new optimization step to remove unused ``JUMPDEST``s. * Type Checker: Warn on using literals as tight packing parameters in ``keccak256``, ``sha3``, ``sha256`` and ``ripemd160``. + * Type Checker: Enforce ``view`` and ``pure``. Bugfixes: * ABI JSON: Include all overloaded events. |