Changelog entry.

This commit is contained in:
chriseth
2017-07-27 14:00:59 +02:00
parent cb75e6218b
commit d78f94f0dd
+1
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.