Changelog entry.

This commit is contained in:
chriseth 2017-09-13 18:28:36 +02:00
parent e2f30ce9ca
commit 172704a58f

View File

@ -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.