diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-22 07:15:10 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-06-22 07:15:10 -0400 |
| commit | 790fbd51a31d86be6219247c786feee49b10a565 (patch) | |
| tree | 51b4eee3ee70878650cacb24104f4546ae65dd9f /CHANGES.txt | |
| parent | 35cb1803fde3f677caa48a47b4028519fe5d8228 (diff) | |
| download | python-coveragepy-git-790fbd51a31d86be6219247c786feee49b10a565.tar.gz | |
Add a note for Ionel's drive letter fix.
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index ee0cc358..ba443b56 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -45,6 +45,9 @@ Version 4.0a6 --- 21 June 2015 - The ``coverage annotate`` command now handles non-ASCII characters properly, closing `issue 363`_. Thanks, Leonardo Pistone. +- Drive letters on Windows were not normalized correctly, now they are. Thanks, + Ionel Cristian Mărieș. + - Plugin support had some bugs fixed, closing `issue 374`_ and `issue 375`_. Thanks, Stefan Behnel. |
