From 8b3ecd3cc0008145ab4bc8d0657c39d09db8c7e2 Mon Sep 17 00:00:00 2001 From: Daniel Abramov Date: Sat, 23 Sep 2023 14:10:53 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f612ec..37a94d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.20.1 + +- Fixes [CVE-2023-43669](https://github.com/snapview/tungstenite-rs/pull/379). + # 0.20.0 - Remove many implicit flushing behaviours. In general reading and writing messages will no longer flush until calling `flush`. An exception is automatic responses (e.g. pongs)