Skip to content

Commit bd70229

Browse files
committed
Update changelog
1 parent 98d5283 commit bd70229

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1919
- Added `retain_mut` to `Deque`
2020
- Added `into_raw` to `Box`
2121
- Added `from_raw` to `Box`
22+
- Added `FusedIterator` to `vec::IntoIter`, `deque::IntoIter`, `index_map::IntoIter` and `linear_map::IntoIter`.
23+
- Added `ExactSizeIterator` to `vec::IntoIter`, `deque::IntoIter`, `index_map::IntoIter` and `linear_map::IntoIter`.
24+
- Added `DoubleEndedIterator` to `vec::IntoIter` and `deque::IntoIter`.
2225

2326
## [v0.9.1] - 2025-08-19
2427

0 commit comments

Comments
 (0)