summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-01-23 17:17:51 -0500
committerNed Batchelder <ned@nedbatchelder.com>2016-01-23 17:17:51 -0500
commitb69ad60ea3c3dec868e6cf24a716ac145db6cedc (patch)
tree3a169b6bfb133306565331317e42892e568e598d /CHANGES.rst
parent7eedbb53dff617896cf054f13469c5e210f788b4 (diff)
downloadpython-coveragepy-git-coverage-4.1b2.tar.gz
Doc file changes for 4.1b2coverage-4.1b2
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index df780364..d78dfedc 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,8 +6,8 @@ Change history for Coverage.py
==============================
-Unreleased
-----------
+Version 4.1b2 --- 2016-01-23
+----------------------------
- Problems with the new branch measurement in 4.1 beta 1 were fixed:
@@ -22,7 +22,7 @@ Unreleased
This has been fixed, closing `issue 466`_.
- The XML report now produces correct package names for modules found in
- directories specified with ``source=``. Fixes ``issue 465``_.
+ directories specified with ``source=``. Fixes `issue 465`_.
- ``coverage report`` won't produce trailing whitespace.
@@ -44,7 +44,7 @@ Version 4.1b1 --- 2016-01-10
- Python 3.5's ``async`` and ``await`` keywords are properly supported, fixing
`issue 434`_.
- - A some long-standing branch coverage bugs were fixed:
+ - Some long-standing branch coverage bugs were fixed:
- `issue 129`_: functions with only a docstring for a body would incorrectly
report a missing branch on the ``def`` line.