From d4d1959a6953ced4eca59bc7a35691e7561ec73c Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Mon, 22 Dec 2025 16:00:46 -0800 Subject: [PATCH] Add CHANGELOG note. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57fa44b8..22d0ffd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [UNRELEASED] +### Fixed + +* Avoid creating references cycles from `BoundSyncStream` and `BoundAsyncStream` to the response object. This allows memory to be freed by reference counting, which happens quickly, rather than waiting for the cyclic GC to run. + ### Removed * Drop support for Python 3.8