Changelog entry.

This commit is contained in:
chriseth 2017-06-22 16:43:25 +02:00
parent f340ff8764
commit c33d818a68

View File

@ -13,6 +13,7 @@ Features:
Bugfixes:
* Type Checker: Make UTF8-validation a bit more sloppy to include more valid sequences.
* Type Checker: Do not treat strings that look like addresses as addresses.
* Fixed crash concerning non-callable types.
* Unused variable warnings no longer issued for variables used inside inline assembly.
* Inline Assembly: Enforce function arguments when parsing functional instructions.