From 60b6d94807dbfdc4f04a22cd92159e57813e00ba Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 10 Oct 2024 14:21:48 +0100 Subject: [PATCH] docs: update changlog Signed-off-by: Rob Ede --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c228343..8239def 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ## [0.4.14](https://github.com/Nullus157/async-compression/compare/v0.4.13...v0.4.14) - 2024-10-10 ### Fixed - -- *(tokio)* attempt to decode from internal state even if nothing was read +- In Tokio-based decoders, attempt to decode from internal state even if nothing was read. ## [0.4.13](https://github.com/Nullus157/async-compression/compare/v0.4.12...v0.4.13) - 2024-10-02