Skip to content

Commit a8d126f

Browse files
committed
Update CHANGELOG.md
1 parent 1bcc0e7 commit a8d126f

File tree

1 file changed

+7
-13
lines changed

1 file changed

+7
-13
lines changed

CHANGELOG.md

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,32 @@
11
# Changelog
22

33
## 0.10.0
4-
- Undeprecate `fold_while` (#476)
5-
4+
- **Increase minimum supported Rust version to 1.32.0**
5+
- Improve macro hygiene (#507)
6+
- Add `Itertools::powerset` (#335)
7+
- Add `Itertools::sorted_unstable`, `Itertools::sorted_unstable_by`, and `Itertools::sorted_unstable_by_key` (#494)
8+
- Implement `Error` for `ExactlyOneError` (#484)
9+
- Undeprecate `Itertools::fold_while` (#476)
610
- Tuple-related adapters work for tuples of arity up to 12 (#475)
7-
811
- `use_alloc` feature for users who have `alloc`, but not `std` (#474)
9-
1012
- Add `Itertools::k_smallest` (#473)
11-
1213
- Add `Itertools::into_grouping_map` and `GroupingMap` (#465)
1314
- Add `Itertools::into_grouping_map_by` and `GroupingMapBy` (#465)
14-
1515
- Add `Itertools::counts` (#468)
16-
1716
- Add implementation of `DoubleEndedIterator` for `Unique` (#442)
1817
- Add implementation of `DoubleEndedIterator` for `UniqueBy` (#442)
19-
18+
- Add implementation of `DoubleEndedIterator` for `Zip` (#346)
2019
- Add `Itertools::multipeek` (#435)
21-
2220
- Add `Itertools::dedup_with_count` and `DedupWithCount` (#423)
2321
- Add `Itertools::dedup_by_with_count` and `DedupByWithCount` (#423)
24-
2522
- Add `Itertools::intersperse_with` and `IntersperseWith` (#381)
26-
2723
- Add `Itertools::filter_ok` and `FilterOk` (#377)
2824
- Add `Itertools::filter_map_ok` and `FilterMapOk` (#377)
2925
- Deprecate `Itertools::fold_results`, use `Itertools::fold_ok` instead (#377)
3026
- Deprecate `Itertools::map_results`, use `Itertools::map_ok` instead (#377)
3127
- Deprecate `FoldResults`, use `FoldOk` instead (#377)
3228
- Deprecate `MapResults`, use `MapOk` instead (#377)
33-
3429
- Add `Itertools::circular_tuple_windows` and `CircularTupleWindows` (#350)
35-
3630
- Add `peek_nth` and `PeekNth` (#303)
3731

3832
## 0.9.0

0 commit comments

Comments
 (0)