mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-08 12:54:22 +00:00
Correct changelog (#14775)
These switches were removed, not deprecated :)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user