summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-06-23 08:20:53 -0300
committerGitHub <noreply@github.com>2020-06-23 13:20:53 +0200
commit28510a9da9bf2a6b02590ba27b64e951a208b23d (patch)
tree3d0548d98087dacf9e7378a1886f6581a11420d1 /changelog.md
parentc3459c7b148cd00d85b01ddae74782648a5d4e37 (diff)
downloadNim-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.md3
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