summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-29 06:56:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-29 06:56:18 -0500
commit1e3987d5ac551ac9ebf6a19b404d6f23aeef75e7 (patch)
tree21501d0da3521f591685cec6f65cd58598c159f7 /CHANGES.txt
parent8e6010b79c628f9354de3778c15ba245342b7b3e (diff)
downloadpython-coveragepy-1e3987d5ac551ac9ebf6a19b404d6f23aeef75e7.tar.gz
Add the latest changes to the docs.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 3e34053..bb54ec2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -27,7 +27,7 @@ Version 3.6b1 -- 28 November 2012
- Configuration files now support substitution of environment variables, using
syntax like ``${WORD}``. Closes `issue 97`_.
-- Embarrassingly, the `[xml] output=' setting in the .coveragerc file simply
+- Embarrassingly, the `[xml] output=` setting in the .coveragerc file simply
didn't work. Now it does.
- The XML report now consistently uses filenames for the filename attribute,