diff options
author | Araq <rumpf_a@web.de> | 2018-08-13 20:12:13 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-08-13 20:12:13 +0200 |
commit | f960523b466f3e32ab29968a18c51e3843abc3c9 (patch) | |
tree | 801022a07c39d94626e232d55c54efcecb823de2 /changelog.md | |
parent | 99384c0234f552d38bbb36cf46cf7ec4b1845ac7 (diff) | |
download | Nim-f960523b466f3e32ab29968a18c51e3843abc3c9.tar.gz |
document the new --nilseqs:on switch
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index f48f7e024..b84cf16a1 100644 --- a/changelog.md +++ b/changelog.md @@ -155,7 +155,7 @@ More details in language manual. - ``nil`` for strings/seqs is finally gone. Instead the default value for - these is ``"" / @[]``. + these is ``"" / @[]``. Use ``--nilseqs:on`` for a transition period. - Accessing the binary zero terminator in Nim's native strings is now invalid. Internally a Nim string still has the trailing zero for |