diff options
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.0.3.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.3.rst b/docs/source/release-notes/3.0.3.rst index 0361879..1c23c8e 100644 --- a/docs/source/release-notes/3.0.3.rst +++ b/docs/source/release-notes/3.0.3.rst @@ -10,9 +10,15 @@ - Fix issue where users were unable to ignore plugin errors that were on by default. (See also `GitLab#195`_) +- Always open our output file in append mode so we do not overwrite log + messages. (See also `GitLab#193`_) + + .. links .. _GitLab#178: https://gitlab.com/pycqa/flake8/issues/178 +.. _GitLab#193: + https://gitlab.com/pycqa/flake8/issues/193 .. _GitLab#195: https://gitlab.com/pycqa/flake8/issues/195 |
