diff --git a/crates/async-compression/CHANGELOG.md b/crates/async-compression/CHANGELOG.md index badd8878..a1731984 100644 --- a/crates/async-compression/CHANGELOG.md +++ b/crates/async-compression/CHANGELOG.md @@ -48,6 +48,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0), ### Other +- release ([#452](https://github.com/Nullus157/async-compression/pull/452)) +- Fix update of bytes read in the encoder state machine. ([#456](https://github.com/Nullus157/async-compression/pull/456)) +- *(deps)* update rand requirement from 0.9 to 0.10 ([#449](https://github.com/Nullus157/async-compression/pull/449)) + +## [0.4.40](https://github.com/Nullus157/async-compression/compare/async-compression-v0.4.39...async-compression-v0.4.40) - 2026-02-18 + +### Other + - Fix update of bytes read in the encoder state machine. ([#456](https://github.com/Nullus157/async-compression/pull/456)) - *(deps)* update rand requirement from 0.9 to 0.10 ([#449](https://github.com/Nullus157/async-compression/pull/449))