Skip to content

Commit d4d1959

Browse files
committed
Add CHANGELOG note.
1 parent 98d65fe commit d4d1959

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [UNRELEASED]
88

9+
### Fixed
10+
11+
* 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.
12+
913
### Removed
1014

1115
* Drop support for Python 3.8

0 commit comments

Comments
 (0)