diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2012-05-03 23:41:48 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-05-03 23:41:48 -0400 |
commit | 52e04861c0db12cba0be37507adfec887ada475c (patch) | |
tree | d4dcf68cba79aa8d06870bbf6ac163be8c43929a /doc/changes.rst | |
parent | 03da81722026559cabe6b2685e825688d436c069 (diff) | |
download | python-coveragepy-git-52e04861c0db12cba0be37507adfec887ada475c.tar.gz |
Prepare for 3.5.2
Diffstat (limited to 'doc/changes.rst')
-rw-r--r-- | doc/changes.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/changes.rst b/doc/changes.rst index b2836128..666280b2 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -20,6 +20,7 @@ Major change history for coverage.py :history: 20110629T082200, updated for 3.5 :history: 20110923T081600, updated for 3.5.1 :history: 20120429T162100, updated for 3.5.2b1 +:history: 20120503T233700, updated for 3.5.2 These are the major changes for coverage.py. For a more complete change @@ -28,8 +29,8 @@ history, see the `CHANGES.txt`_ file in the source tree. .. _CHANGES.txt: http://bitbucket.org/ned/coveragepy/src/tip/CHANGES.txt -Version 3.5.2b1 --- 29 April 2012 ---------------------------------- +Version 3.5.2 --- 4 May 2012 +---------------------------- - The HTML report has slightly tweaked controls: the buttons at the top of the page are color-coded to the source lines they affect. |