Changelog entry.

This commit is contained in:
chriseth 2016-12-11 17:58:22 +01:00
parent bfa4f45116
commit 81d7e0233a

View File

@ -3,6 +3,7 @@
Features:
* Type checker: Warn when ``msg.value`` is used in non-payable function.
* Code generator: Inject the Swarm hash of a metadata file into the bytecode.
* Code generator: Replace expensive memcpy precompile by simple assembly loop.
* Optimizer: Some dead code elimination.
Bugfixes: