summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-09-23 08:20:31 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-09-23 08:20:31 -0400
commitaa1001c045fb4f7fd1d209882904bf14c7672d91 (patch)
tree8c2e4b95973338702b1db5fc1fec069e54555213 /CHANGES.txt
parent22a44a4c1865fb99af1717f60e4093b3245739ba (diff)
downloadpython-coveragepy-aa1001c045fb4f7fd1d209882904bf14c7672d91.tar.gz
Update to 3.5.1
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 0ca825f..1caa7ba 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,9 @@ Change history for Coverage.py
------------------------------
+Version 3.5.1 --- 23 September 2011
+-----------------------------------
+
- The ``[paths]`` feature unfortunately didn't work in real world situations
where you wanted to, you know, report on the combined data. Now all paths
stored in the combined file are canonicalized properly.