rust-itertools / itertools

Extra iterator adaptors, iterator methods, free functions, and macros.
https://docs.rs/itertools/
Apache License 2.0
2.72k stars 309 forks source link

Changelog is missing for 0.10.3 and 0.10.5 #647

Closed ArekPiekarz closed 2 years ago

ArekPiekarz commented 2 years ago

When you look at CHANGELOG.md, it does not contain entries for releases 0.10.3 nor 0.10.5. Is it possible to fill them to know what was added, modified or removed?

phimuemue commented 2 years ago

Hi there, thanks for the hint. Done in https://github.com/rust-itertools/itertools/commit/2106291a3b56a2951f7d0c459afddf7c28f7b1f4.

(These are/were only maintenance releases.)