Skip to content

Commit 6c8d98b

Browse files
authored
chore: add Buffer breaking changes to changelog (#818)
in #654, breaking changes were made to the `Buffer` type. this commit adds mention of these breaking changes to the changelog, so that users upgrading from 0.4 to 0.5 can have record of what changed, and why.
1 parent fb64669 commit 6c8d98b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tower/CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4949
- **util**: **Breaking Change** `Either::A` and `Either::B` have been renamed `Either::Left` and `Either::Right`, respectively. ([#637])
5050
- **util**: **Breaking Change** `Either` now requires its two services to have the same error type. ([#637])
5151
- **util**: **Breaking Change** `Either` no longer implemenmts `Future`. ([#637])
52+
- **buffer**: **Breaking Change** `Buffer<S, Request>` is now generic over `Buffer<Request, S::Future>.` ([#654])
5253

5354
[#702]: https://github.com/tower-rs/tower/pull/702
5455
[#652]: https://github.com/tower-rs/tower/pull/652
@@ -64,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6465
[#731]: https://github.com/tower-rs/tower/pull/731
6566
[#741]: https://github.com/tower-rs/tower/pull/741
6667
[#637]: https://github.com/tower-rs/tower/pull/637
68+
[#654]: https://github.com/tower-rs/tower/pull/654
6769

6870
# 0.4.12 (February 16, 2022)
6971

0 commit comments

Comments
 (0)