diff options
author | ringabout <43030857+ringabout@users.noreply.github.com> | 2023-08-29 19:29:42 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 13:29:42 +0200 |
commit | e53c66ef39e9f6b521835399677430c2c980ee64 (patch) | |
tree | c3595fd22e54673a7b2d9ccd211054fd66ad9076 /changelog.md | |
parent | 1fcb53cded47a9671671170f0df42f6efbde5be4 (diff) | |
download | Nim-e53c66ef39e9f6b521835399677430c2c980ee64.tar.gz |
fixes #22555; implements `newStringUninit` (#22572)
* fixes newStringUninitialized; implement `newStringUninitialized` * add a simple test case * adds a changelog * Update lib/system.nim * Apply suggestions from code review rename to newStringUninit
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index b4b8ca532..fb0102cd3 100644 --- a/changelog.md +++ b/changelog.md @@ -11,6 +11,8 @@ [//]: # "Additions:" +- Adds `newStringUninit` to system, which creates a new string of length `len` like `newString` but with uninitialized content. + [//]: # "Deprecations:" |