diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2020-06-23 08:20:53 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-23 13:20:53 +0200 |
commit | 28510a9da9bf2a6b02590ba27b64e951a208b23d (patch) | |
tree | 3d0548d98087dacf9e7378a1886f6581a11420d1 /changelog.md | |
parent | c3459c7b148cd00d85b01ddae74782648a5d4e37 (diff) | |
download | Nim-28510a9da9bf2a6b02590ba27b64e951a208b23d.tar.gz |
Deprecated laxStrings for mutating the internal zero terminator on strings and its Deprecated code cleaned out (#14766)
Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index d2cf0b811..96841fc50 100644 --- a/changelog.md +++ b/changelog.md @@ -220,4 +220,7 @@ proc mydiv(a, b): int {.raises: [].} = See [docgen](docgen.html#introduction-quick-start) for details. - Deprecated `--oldNewlines` and its Deprecated code cleaned out. +- Deprecated `--laxStrings` for mutating the internal zero terminator on strings and its Deprecated code cleaned out. + + ## Tool changes |