summaryrefslogtreecommitdiffstats
path: root/vendor/fallible-iterator/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:59:35 +0000
commitd1b2d29528b7794b41e66fc2136e395a02f8529b (patch)
treea4a17504b260206dec3cf55b2dca82929a348ac2 /vendor/fallible-iterator/CHANGELOG.md
parentReleasing progress-linux version 1.72.1+dfsg1-1~progress7.99u1. (diff)
downloadrustc-d1b2d29528b7794b41e66fc2136e395a02f8529b.tar.xz
rustc-d1b2d29528b7794b41e66fc2136e395a02f8529b.zip
Merging upstream version 1.73.0+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/fallible-iterator/CHANGELOG.md')
-rw-r--r--vendor/fallible-iterator/CHANGELOG.md15
1 files changed, 14 insertions, 1 deletions
diff --git a/vendor/fallible-iterator/CHANGELOG.md b/vendor/fallible-iterator/CHANGELOG.md
index c2cb0c63b..a79150767 100644
--- a/vendor/fallible-iterator/CHANGELOG.md
+++ b/vendor/fallible-iterator/CHANGELOG.md
@@ -1,6 +1,19 @@
# Change Log
-## [Unreleased]
+## [v0.3.0] - 2023-05-22
+
+### Removed
+
+* `FromFallibleIterator` trait is removed, `FallibleIterator::collect` now requires `std::iter::FromIterator`,
+ which has strictly more implementations.
+
+### Added
+
+* add convenient wrapper for std::iter::Iterator
+* more utilities mirroring std::iter
+* Peekable methods
+* `IteratorExt` for convenient conversion
+* `FallibleIterator::unwrap`
## [v0.2.0] - 2019-03-10