summary refs log tree commit diff stats
path: root/changelogs
diff options
context:
space:
mode:
authorJake Leahy <jake@leahy.dev>2023-06-10 22:43:32 +1000
committerGitHub <noreply@github.com>2023-06-10 14:43:32 +0200
commitd3af0882cff6d1d4cbaf669005f6463d72e5be27 (patch)
tree426ea87725d1d96a9713b7a707875ce06c27a4d7 /changelogs
parentb2d77619757c73a8b14a8ccf127eaf3e630159cf (diff)
downloadNim-d3af0882cff6d1d4cbaf669005f6463d72e5be27.tar.gz
`BackwardsIndex` overload for `CacheSeq.[]` (#22043)
* Add `BackwardsIndex` support for `CacheSeq`

* Add changelog entry

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/changelog_2_0_0.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/changelog_2_0_0.md b/changelogs/changelog_2_0_0.md
index e8dbbc27c..42c25946a 100644
--- a/changelogs/changelog_2_0_0.md
+++ b/changelogs/changelog_2_0_0.md
@@ -335,6 +335,7 @@
   + Added bindings to [`Array.shift`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/shift)
   and [`queueMicrotask`](https://developer.mozilla.org/en-US/docs/Web/API/queueMicrotask).
   + Added `toDateString`, `toISOString`, `toJSON`, `toTimeString`, `toUTCString` converters for `DateTime`.
+- Added `BackwardsIndex` overload for `CacheSeq`.
 - Added support for nested `with` blocks in `std/with`.