fix pr and issue links in release notes

This commit is contained in:
Anthony Sottile 2021-04-03 18:01:24 -07:00
parent de4d64bf9a
commit fe0e2495ce
35 changed files with 179 additions and 671 deletions

View file

@ -2,18 +2,11 @@
-------------------
- Fix regression in handling of ``# noqa`` for multiline strings.
(See also `GitLab#177`_)
(See also :issue:`1024`)
- Fix regression in handling of ``--output-file`` when not also using
``--verbose``. (See also `GitLab#180`_)
``--verbose``. (See also :issue:`1026`)
- Fix regression in handling of ``--quiet``. (See also `GitLab#180`_)
- Fix regression in handling of ``--quiet``. (See also :issue:`1026`)
- Fix regression in handling of ``--statistics``. (See also `GitLab#180`_)
.. links
.. _GitLab#177:
https://gitlab.com/pycqa/flake8/issues/177
.. _GitLab#180:
https://gitlab.com/pycqa/flake8/issues/180
- Fix regression in handling of ``--statistics``. (See also :issue:`1026`)