diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-09-29 15:38:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-29 09:38:51 +0200 |
commit | a8d55fdec7e6e534546f9d6c116d9a76393c534b (patch) | |
tree | 34f10014c993b1734f2fd67b7e126fb2ed36c5d1 /changelog.md | |
parent | 8761599aade64f5953ef7d3c4cea005a0c459355 (diff) | |
download | Nim-a8d55fdec7e6e534546f9d6c116d9a76393c534b.tar.gz |
deprecates `newSeqUninitialized` replaced by `newSeqUninit` (#22739)
ref #19727 closes #22586 https://github.com/nim-lang/Nim/issues/22554 needs it to move on. `newSeqUnsafe` can be introduced later.
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 795386144..74020e8fa 100644 --- a/changelog.md +++ b/changelog.md @@ -19,6 +19,7 @@ slots when enlarging a sequence. [//]: # "Deprecations:" +- Deprecates `system.newSeqUninitialized`, which is replaced by `newSeqUninit`. [//]: # "Removals:" |