diff options
author | Eric N. Vander Weele <ericvw@gmail.com> | 2023-12-24 09:21:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-24 15:21:22 +0100 |
commit | 6fee2240cd327fbe65548eaed9ca21355a1a24b5 (patch) | |
tree | 72f4f817be1e70030f370350bc1a3af85ce2e70a /changelog.md | |
parent | c0acf3ce286f92d41e6b280ba9a1b729019bae12 (diff) | |
download | Nim-6fee2240cd327fbe65548eaed9ca21355a1a24b5.tar.gz |
Add `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` (#22952)
Allow for conversion from `openArray`s, similar to `toSinglyLinkedList` and `toDoublyLinkedList`.
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 1bedb1cd6..f4a9d627c 100644 --- a/changelog.md +++ b/changelog.md @@ -29,6 +29,7 @@ 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. +- Added `toSinglyLinkedRing` and `toDoublyLinkedRing` to `std/lists` to convert from `openArray`s. [//]: # "Deprecations:" |