Skip to content

Commit 30e6cb5

Browse files
authored
Update CHANGELOG.md for 0.10.1 (#542)
1 parent 9ed31f0 commit 30e6cb5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 0.10.1
4+
- Add `Itertools::contains` (#514)
5+
- Add `Itertools::counts_by` (#515)
6+
- Add `Itertools::partition_result` (#511)
7+
- Add `Itertools::all_unique` (#241)
8+
- Add `Itertools::duplicates` and `Itertools::duplicates_by` (#502)
9+
- Add `chain!` (#525)
10+
- Add `Itertools::at_most_one` (#523)
11+
- Add `Itertools::flatten_ok` (#527)
12+
- Add `EitherOrBoth::or_default` (#583)
13+
- Add `Itertools::find_or_last` and `Itertools::find_or_first` (#535)
14+
- Implement `FusedIterator` for `FilterOk`, `FilterMapOk`, `InterleaveShortest`, `KMergeBy`, `MergeBy`, `PadUsing`, `Positions`, `Product` , `RcIter`, `TupleWindows`, `Unique`, `UniqueBy`, `Update`, `WhileSome`, `Combinations`, `CombinationsWithReplacement`, `Powerset`, `RepeatN`, and `WithPosition` (#550)
15+
- Implement `FusedIterator` for `Interleave`, `IntersperseWith`, and `ZipLongest` (#548)
16+
317
## 0.10.0
418
- **Increase minimum supported Rust version to 1.32.0**
519
- Improve macro hygiene (#507)

0 commit comments

Comments
 (0)