From 88bc24ce9795b6dd60bab2eb5121b8d6ade4a2d2 Mon Sep 17 00:00:00 2001 From: Ian Stapleton Cordasco Date: Sun, 6 Aug 2017 20:00:34 -0500 Subject: [PATCH] Add missing release notes for 3.5.0 --- docs/source/release-notes/3.5.0.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/release-notes/3.5.0.rst b/docs/source/release-notes/3.5.0.rst index 27cb640..1b8d44d 100644 --- a/docs/source/release-notes/3.5.0.rst +++ b/docs/source/release-notes/3.5.0.rst @@ -3,6 +3,10 @@ You can view the `3.5.0 milestone`_ on GitLab for more details. +- Allow for PyFlakes 1.6.0 (See also `GitLab#359`_) + +- Start using new PyCodestyle checks for bare excepts and ambiguous identifier + (See also `GitLab#361`_) .. all links @@ -10,5 +14,9 @@ You can view the `3.5.0 milestone`_ on GitLab for more details. https://gitlab.com/pycqa/flake8/milestones/20 .. issue links +.. _GitLab#359: + https://gitlab.com/pycqa/flake8/issues/359 +.. _GitLab#361: + https://gitlab.com/pycqa/flake8/issues/361 .. merge request links