aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-09-14 00:28:36 +0800
committerchriseth <chris@ethereum.org>2017-09-14 00:28:36 +0800
commit172704a58fa2b7562107b8df299c5a81ba702d12 (patch)
tree242087b93ee418c3b7faff723db3827683f3d0d8
parente2f30ce9ca3bc8c6c6e64c074b98bafec7e2e5d5 (diff)
downloaddexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.gz
dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.tar.zst
dexon-solidity-172704a58fa2b7562107b8df299c5a81ba702d12.zip
Changelog entry.
-rw-r--r--Changelog.md1
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.