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,19 +2,10 @@
-------------------
- Side-step a Pickling Error when using Flake8 with multiprocessing on Unix
systems. (See also `GitLab#164`_)
systems. (See also :issue:`1014`)
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
`GitLab#203`_)
:issue:`539`)
- Fix an unhandled Syntax Error when tokenizing files. (See also
`GitLab#205`_)
.. links
.. _GitLab#164:
https://gitlab.com/pycqa/flake8/issues/164
.. _GitLab#203:
https://gitlab.com/pycqa/flake8/issues/203
.. _GitLab#205:
https://gitlab.com/pycqa/flake8/issues/205
:issue:`540`)