Changelog entry for immutable variables.

This commit is contained in:
chriseth 2020-04-02 17:46:29 +02:00 committed by GitHub
parent ed1000dde7
commit 0d3303e4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ Important Bugfixes:
Language Features:
* Allow local storage variables to be declared without initialization, as long as they are assigned before they are accessed.
* State variables can be marked ``immutable`` which causes them to be read-only, but assignable in the constructor. The value will be stored directly in the code.
Compiler Features: