Changelog entry.

This commit is contained in:
chriseth 2017-07-27 11:51:01 +02:00
parent cb75e6218b
commit d78f94f0dd

View File

@ -10,6 +10,7 @@ Features:
* Type checker: Warn if using ``this`` in a constructor.
Bugfixes:
* Type Checker: Fix crash for some assignment to non-lvalue.
* Type Checker: Fix invalid "specify storage keyword" warning for reference members of structs.
* Type Checker: Mark modifiers as internal.