summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-11-22 09:47:45 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-11-22 09:47:45 -0500
commit10bf596cad063b8664e21512ccb9db75eae84e70 (patch)
tree3a771eba4c4c5f9e753aa6bd483dd0b212a27ba5 /CHANGES.txt
parentfefdf345a788b85633c48012693926c5c3e7261e (diff)
downloadpython-coveragepy-10bf596cad063b8664e21512ccb9db75eae84e70.tar.gz
Fix a memory leak in the C tracer. Thanks to Yann Malet for reporting it.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index be3e753..84be6db 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,8 @@ Change history for Coverage.py
Version 3.2b3
-------------
+- Fixed a memory leak in the C tracer that was introduced in 3.2b1.
+
- The table of contents in the HTML report is now sortable. Thanks,
`Chris Adams`_.