updated Changelog.md

This commit is contained in:
rivenhk 2017-10-22 00:26:46 +08:00
parent 950f5ae7d7
commit ccc54c84f3

View File

@ -11,6 +11,7 @@ Features:
* Type Checker: Do not add members of ``address`` to contracts as experimental 0.5.0 feature.
* Type Checker: Force interface functions to be external as experimental 0.5.0 feature.
* Type Checker: Require ``storage`` or ``memory`` keyword for local variables as experimental 0.5.0 feature.
* Compiler Interface: Better formatted error message for long source snippets
Bugfixes:
* Code Generator: Allocate one byte per memory byte array element instead of 32.