diff options
-rw-r--r-- | CHANGES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 40408850..1a0946af 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -16,6 +16,8 @@ Version 3.5.3b1 then not being able to parse them as Python. Closes `issue 82` (again). Thanks, Julian Berman. +- Fixed memory leaks under Python 3, thanks, Brett Cannon. + - Try to do a better job of the impossible task of detecting when we can't build the C extension, fixing `issue 183`_. |