Skip to content

Commit ab8d008

Browse files
authored
Add changelog entry for tokio-tungstenite upgrade (#3089)
1 parent 96e071c commit ab8d008

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

axum-extra/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
77

88
# Unreleased
99

10+
- **breaking:** `axum::extract::ws::Message` now uses `Bytes` in place of `Vec<u8>`,
11+
and a new `Utf8Bytes` type in place of `String`, for its variants ([#3078])
12+
- **changed:** Upgraded `tokio-tungstenite` to 0.26 ([#3078])
13+
14+
[#3078]: https://github.com/tokio-rs/axum/pull/3078
15+
1016
# 0.10.0
1117

1218
## rc.1

0 commit comments

Comments
 (0)