summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-12 19:06:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-12 19:06:14 -0500
commitb471e55a92718fa4711c040edc88308d5101fc86 (patch)
treeb85b5eef38b5a9034fa67bf6efbc54ad7aaee279 /CHANGES.rst
parentbf42d44403351cd35d67af5bc1bb9b284ad1a08b (diff)
downloadpython-coveragepy-git-b471e55a92718fa4711c040edc88308d5101fc86.tar.gz
fix: don't overwrite a .gitignore in the html output directory. #1244nedbat/1244-again
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0b6e2490..5aaa0c4a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,6 +25,9 @@ Unreleased
- Fix: A colon in a decorator expression would cause an exclusion to end too
early, preventing the exclusion of the decorated function. This is now fixed.
+- Fix: The HTML report now will not overwrite a .gitignore file that already
+ exists in the HTML output directory (follow-on for `issue 1244`_).
+
.. _changes_612: