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 00:08:31 +0800
committerGitHub <noreply@github.com>2023-09-28 18:08:31 +0200
commit285cbcb6aa36147e9b9c024ceed78e46526dd1ea (patch)
treef42ae1f52f808579b5ab6efa7125d9ca6134e639 /changelog.md
parent4bf0f846df3bdeeeeff288f1d28688ee4852bc71 (diff)
downloadNim-285cbcb6aa36147e9b9c024ceed78e46526dd1ea.tar.gz
ref #19727; implement `setLenUninit` for seqsv2 (#22767)
ref #19727
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md
index b661226be..e0eb34470 100644
--- a/changelog.md
+++ b/changelog.md
@@ -12,6 +12,8 @@
 [//]: # "Additions:"
 
 - Added `newStringUninit` to system, which creates a new string of length `len` like `newString` but with uninitialized content.
+- Added `setLenUninit` to system, which doesn't initalize
+slots when enlarging a sequence.
 - Added `hasDefaultValue` to `std/typetraits` to check if a type has a valid default value.
 - Added Viewport API for the JavaScript targets in the `dom` module.