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,24 +6,12 @@ You can view the `3.8.3 milestone`_ on GitLab for more details.
Bugs Fixed
~~~~~~~~~~
- Also catch ``SyntaxError`` when tokenizing (See also `GitLab!433`_,
`GitLab#662`_)
- Also catch ``SyntaxError`` when tokenizing (See also :issue:`992`,
:issue:`747`)
- Fix ``--jobs`` default display in ``flake8 --help`` (See also `GitLab!434`_,
`GitLab#665`_)
- Fix ``--jobs`` default display in ``flake8 --help`` (See also :issue:`1272`,
:issue:`750`)
.. all links
.. _3.8.3 milestone:
https://github.com/pycqa/flake8/milestone/35
.. issue links
.. _GitLab#662:
https://gitlab.com/pycqa/flake8/issues/662
.. _GitLab#665:
https://gitlab.com/pycqa/flake8/issues/665
.. merge request links
.. _GitLab!433:
https://gitlab.com/pycqa/flake8/merge_requests/433
.. _GitLab!434:
https://gitlab.com/pycqa/flake8/merge_requests/434