Skip to content

Commit a91464c

Browse files
committed
Update CHANGELOG.
1 parent 070976b commit a91464c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## Unreleased
4+
5+
### Added
6+
7+
* Iterators for several standard library enums now implement `ExactSizeIterator`.
8+
* `NonZero` iterators now have an improved but not perfect `size_hint()`.
9+
10+
### Fixed
11+
12+
* Corrected incorrect bounds on a `FusedIterator` implementation.
13+
(It is not possible to obtain a misbehaving value of this undocumented type, but this change could
14+
technically cause some code to stop compiling.)
15+
316
## 0.2.5 (2026-03-14)
417

518
### Added

0 commit comments

Comments
 (0)