1 parent 070976b commit a91464cCopy full SHA for a91464c
1 file changed
CHANGELOG.md
@@ -1,5 +1,18 @@
1
# Changelog
2
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
16
## 0.2.5 (2026-03-14)
17
18
### Added
0 commit comments