summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-11-12 13:57:46 -0600
committerIan Cordasco <graffatcolmingov@gmail.com>2016-11-12 13:57:46 -0600
commit6118ceab7f5091512e53fc3432b503572fbb1173 (patch)
treed982e06a51fad310b05ad7aef19550e4ddffc874 /docs
parentd53e6156e25f23e4266c92857175bba2a60ab183 (diff)
downloadflake8-6118ceab7f5091512e53fc3432b503572fbb1173.tar.gz
Add a missing release not reference
Diffstat (limited to 'docs')
-rw-r--r--docs/source/release-notes/3.1.0.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/source/release-notes/3.1.0.rst b/docs/source/release-notes/3.1.0.rst
index 6046239..b65cb74 100644
--- a/docs/source/release-notes/3.1.0.rst
+++ b/docs/source/release-notes/3.1.0.rst
@@ -1,10 +1,12 @@
3.1.0 -- 2016-yy-xx
-------------------
+You can view the `3.1.0 milestone`_ on GitLab for more details.
+
- Add ``--bug-report`` flag to make issue reporters' lives easier.
- Collect configuration files from the current directory when using our Git
- hook. (See also `GitLab#210`_, `GitLab#223`_)
+ hook. (See also `GitLab#210`_, `GitLab#218`_, `GitLab#223`_)
- Avoid unhandled exceptions when dealing with SyntaxErrors. (See also
`GitLab#214`_, `GitLab#238`_)
@@ -46,12 +48,16 @@
- Allow for pycodestyle 2.1 series and pyflakes 1.3 series.
.. links
+.. _3.1.0 milestone:
+ https://gitlab.com/pycqa/flake8/milestones/12
.. _GitLab#209:
https://gitlab.com/pycqa/flake8/issues/209
.. _GitLab#210:
https://gitlab.com/pycqa/flake8/issues/210
.. _GitLab#214:
https://gitlab.com/pycqa/flake8/issues/214
+.. _GitLab#218:
+ https://gitlab.com/pycqa/flake8/issues/218
.. _GitLab#223:
https://gitlab.com/pycqa/flake8/issues/223
.. _GitLab#226: