diff --git a/CHANGELOG.md b/CHANGELOG.md index 776dd08..ce347ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# Version 2.6.0 + +- Add `Stream::map_while()` combinator. (#116) +- Add list of excluded features to crate documentation. (#112) +- Update docs for `AsyncRead::read_exact` (#121) + # Version 2.5.0 - Remove `Unpin` bound from the `Lines` I/O adapter. (#113) diff --git a/Cargo.toml b/Cargo.toml index d1507f0..eaadb88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "futures-lite" # When publishing a new version: # - Update CHANGELOG.md # - Create "v2.x.y" git tag -version = "2.5.0" +version = "2.6.0" authors = [ "Stjepan Glavina ", "Contributors to futures-rs",