diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/source/release-notes/3.0.2.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.2.rst b/docs/source/release-notes/3.0.2.rst index 4fbc0a4..4ff8a1f 100644 --- a/docs/source/release-notes/3.0.2.rst +++ b/docs/source/release-notes/3.0.2.rst @@ -6,7 +6,12 @@ - Fix indexing of column numbers. We accidentally were starting column indices at 0 instead of 1. +- Fix regression in handling of errors like E402 that rely on a combination of + attributes. (See also `GitLab#186`_) + .. links .. _GitLab#181: https://gitlab.com/pycqa/flake8/issues/181 +.. _GitLab#186: + https://gitlab.com/pycqa/flake8/issues/186 |
