diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-12 13:57:46 -0600 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-11-12 13:57:46 -0600 |
| commit | 6118ceab7f5091512e53fc3432b503572fbb1173 (patch) | |
| tree | d982e06a51fad310b05ad7aef19550e4ddffc874 /docs/source | |
| parent | d53e6156e25f23e4266c92857175bba2a60ab183 (diff) | |
| download | flake8-6118ceab7f5091512e53fc3432b503572fbb1173.tar.gz | |
Add a missing release not reference
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.1.0.rst | 8 |
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: |
