summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2018-10-23 20:57:19 -0700
committerAnthony Sottile <asottile@umich.edu>2018-10-23 20:57:42 -0700
commit1f1b86a2d1a8039882355febae4bddb21b4cd631 (patch)
treeffc9cbb2e1bf211fe2b613b58e6b30f4cde7c4fd /docs/source/release-notes
parentb6bd3a8ddd88dd29a94b5fa8a6634e5dffe7a711 (diff)
downloadflake8-1f1b86a2d1a8039882355febae4bddb21b4cd631.tar.gz
Fixups after 3.6.0 release
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.6.0.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/release-notes/3.6.0.rst b/docs/source/release-notes/3.6.0.rst
index 453f4ec..052e8c3 100644
--- a/docs/source/release-notes/3.6.0.rst
+++ b/docs/source/release-notes/3.6.0.rst
@@ -33,7 +33,7 @@ Features
also `GitLab#405`_, `GitLab!227`_)
- Add ``--extend-ignore`` for extending the default ``ignore`` instead of
- overriding it (See also `GitLab!233`_)
+ overriding it (See also `GitLab#365`_, `GitLab!233`_)
Bugs Fixed
~~~~~~~~~~
@@ -50,7 +50,7 @@ Bugs Fixed
``collections`` module (See also `GitLab!249`_)
- Defer ``setuptools`` import to improve flake8 startup time (See also
- `GitLab#365`_, `GitLab!250`_)
+ `GitLab!250`_)
- Fix inconsistent line endings in ``FileProcessor.lines`` when running under
python 3.x (See also `GitLab#457`_, `GitLab!255`_)