Update CHANGELOG.md

Fixes #398, #389.
This commit is contained in:
Daniel Abramov 2023-12-11 12:47:40 +01:00
parent e9604ac35b
commit 3df40fd0f1
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# Unreleased
# 0.21.0
- Fix read-predominant auto pong responses not flushing when hitting WouldBlock errors.
- Improve `FrameHeader::format` write correctness.
- Up minimum _rustls_ to `0.21.6`.
- Update _webpki-roots_ to `0.26`.
- Update `http` to `1.0.0`.
# 0.20.1
- Fixes [CVE-2023-43669](https://github.com/snapview/tungstenite-rs/pull/379).