Add CHANGELOG note.

This commit is contained in:
Neil Schemenauer 2025-12-22 16:00:46 -08:00
parent 98d65fe094
commit d4d1959a69

View File

@ -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