Add changelog entry for tokio-tungstenite upgrade (#3089)

This commit is contained in:
Jonas Platte 2024-12-19 22:50:04 +01:00 committed by GitHub
parent 96e071c8fb
commit ab8d0088d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning].
# Unreleased
- **breaking:** `axum::extract::ws::Message` now uses `Bytes` in place of `Vec<u8>`,
and a new `Utf8Bytes` type in place of `String`, for its variants ([#3078])
- **changed:** Upgraded `tokio-tungstenite` to 0.26 ([#3078])
[#3078]: https://github.com/tokio-rs/axum/pull/3078
# 0.10.0
## rc.1