summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-12 20:49:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-12 20:49:02 -0400
commit91ddf99e0d892517910acbab2c5edf147d1c2baa (patch)
tree9cb8c51eb8bed024a282137ea5358ce8b99202d3 /CHANGES.txt
parentf68a3407dc3f1f9f69974837e9da623152c0f05e (diff)
downloadpython-coveragepy-git-91ddf99e0d892517910acbab2c5edf147d1c2baa.tar.gz
Get the flat_rootname right for nested CodeUnits. Thanks, Christian Heimes.
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 7e7a278d..8e1c6e0d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,6 +11,8 @@ Version 3.0
- Tabs are now properly converted in HTML reports. Previously indentation was
lost.
+- Nested modules now get a proper flat_rootname. Thanks, Christian Heimes.
+
Version 3.0b3, 16 May 2009
--------------------------