summary refs log tree commit diff stats
path: root/changelog.md
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-09-29 15:38:51 +0800
committerGitHub <noreply@github.com>2023-09-29 09:38:51 +0200
commita8d55fdec7e6e534546f9d6c116d9a76393c534b (patch)
tree34f10014c993b1734f2fd67b7e126fb2ed36c5d1 /changelog.md
parent8761599aade64f5953ef7d3c4cea005a0c459355 (diff)
downloadNim-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.md1
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:"