From 955226b8ba73a51c7f4803f6ad54a75daf75ae24 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 12 Jan 2021 09:09:29 +1100 Subject: Add list.index_fold --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 433f82e..1362050 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - The `result` module gains the `lazy_or`, `lazy_unwrap`, and `replace_error` functions. - The `bool` module gains the `nand`, `nor`, `exclusive_nor`, and `exclusive_or` functions. - The `bit_builder` module gains the `from_string_builder` function. -- The `list` modules gains the `permutations` function. +- The `list` modules gains the `index_fold`, and `permutations` functions. - Breaking change in `queue.from_list`. The head element in the list becomes the first element in the queue. - Fix `queue.pop_back` and `queue.pop_front` -- cgit v1.2.3