diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d945801..4687d8c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.4.8 (February 18, 2025) + +* Fix handling implicit stream resets at the more correct time. +* Fix window size decrements of send-closed streams. +* Fix reclaiming of reserved capacity when streams are closed. +* Fix to no longer call `poll_flush` after `poll_shutdown`. +* Fix busy loop in task when poll_shutdown returns pending. + # 0.4.7 (November 19, 2024) * Fix treating HEADERS frames with a non-zero content-length but END_STREAM flag as malformed. diff --git a/Cargo.toml b/Cargo.toml index 34ca3d68..6c4805a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "h2" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.4.7" +version = "0.4.8" license = "MIT" authors = [ "Carl Lerche ",