Skip to content

Commit

Permalink
Merge pull request #330 from denis-sh/patch-3
Browse files Browse the repository at this point in the history
Correction of request to change `immutable` fields to `immutable`.
  • Loading branch information
AndrejMitrovic committed May 30, 2013
2 parents 2c1371a + 133c905 commit db3ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.dd
Expand Up @@ -68,7 +68,7 @@ $(BUGSTITLE Language Changes,
$(LI $(LNAME2 staticfields, Const and immutable fields with initializers are now warned about:))

$(P Eventually, they will be deprecated, and then will trigger an error. Such fields should now
be changed to enum, static or immutable.)
be changed to enum or static.)

$(P In a future release, a new behavior for them will be enabled:)

Expand Down

0 comments on commit db3ba11

Please sign in to comment.