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

@ -6,31 +6,15 @@ You can view the `3.7.2 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
- Fix broken ``flake8 --diff`` (regressed in 3.7.0) (See also `GitLab!292`_,
`GitLab#490`_)
- Fix broken ``flake8 --diff`` (regressed in 3.7.0) (See also :issue:`919`,
:issue:`667`)
- Fix typo in plugin exception reporting (See also `GitLab!275`_,
`GitLab#491`_)
- Fix typo in plugin exception reporting (See also :issue:`908`,
:issue:`668`)
- Fix ``AttributeError`` while attempting to use the legacy api (regressed in
3.7.0) (See also `GitLab!293`_, `GitLab#497`_)
3.7.0) (See also :issue:`1198`, :issue:`673`)
.. all links
.. _3.7.2 milestone:
https://github.com/pycqa/flake8/milestone/24
.. issue links
.. _GitLab#490:
https://gitlab.com/pycqa/flake8/issues/490
.. _GitLab#491:
https://gitlab.com/pycqa/flake8/issues/491
.. _GitLab#497:
https://gitlab.com/pycqa/flake8/issues/497
.. merge request links
.. _GitLab!292:
https://gitlab.com/pycqa/flake8/merge_requests/292
.. _GitLab!275:
https://gitlab.com/pycqa/flake8/merge_requests/275
.. _GitLab!293:
https://gitlab.com/pycqa/flake8/merge_requests/293