summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-06-10 21:43:09 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-06-10 21:43:09 -0400
commitdb3aeb970b1acf9235c88ae966036b7f78f2f29e (patch)
tree1d4c2e483111ba293671704296810535c21d2c21
parente3b7f2e63e3b3f928e89eefefe44d63406296244 (diff)
downloadpython-coveragepy-db3aeb970b1acf9235c88ae966036b7f78f2f29e.tar.gz
Keep changes up-to-date.
-rw-r--r--CHANGES.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5ef5865..7e7a278 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,16 @@
Change history for Coverage
---------------------------
+Version 3.0
+-----------
+
+- Fixed the way the Python library was ignored. Too much code was being
+ excluded the old way.
+
+- Tabs are now properly converted in HTML reports. Previously indentation was
+ lost.
+
+
Version 3.0b3, 16 May 2009
--------------------------