From 685d03e2e0af156021b63b33575ad6d26dc6a228 Mon Sep 17 00:00:00 2001 From: Clyybber Date: Tue, 23 Jun 2020 15:20:31 +0200 Subject: [PATCH] Correct changelog (#14775) These switches were removed, not deprecated :) --- changelog.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/changelog.md b/changelog.md index 96841fc508..abb761b4f9 100644 --- a/changelog.md +++ b/changelog.md @@ -218,9 +218,8 @@ proc mydiv(a, b): int {.raises: [].} = - `nim doc` now outputs under `$projectPath/htmldocs` when `--outdir` is unspecified (with or without `--project`); passing `--project` now automatically generates an index and enables search. 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. +- Removed the `--oldNewlines` switch. +- Removed the `--laxStrings` switch for mutating the internal zero terminator on strings. ## Tool changes