mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Changelog entry for immutable variables.
This commit is contained in:
parent
ed1000dde7
commit
0d3303e4af
@ -6,6 +6,7 @@ Important Bugfixes:
|
|||||||
|
|
||||||
Language Features:
|
Language Features:
|
||||||
* Allow local storage variables to be declared without initialization, as long as they are assigned before they are accessed.
|
* 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:
|
Compiler Features:
|
||||||
|
Loading…
Reference in New Issue
Block a user