summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-08-08 08:57:22 -0500
committerIan Stapleton Cordasco <graffatcolmingov@gmail.com>2017-08-08 08:57:22 -0500
commita2c7051c9e4d42014620099743e449415d8cb450 (patch)
treeeca913e719af46beba58ad9ce99fe09e8e3e1219 /docs
parent156f90369f007928f26c6a4980b1ac0cc0691e53 (diff)
downloadflake8-a2c7051c9e4d42014620099743e449415d8cb450.tar.gz
Update release notes to include local plugins
Diffstat (limited to 'docs')
-rw-r--r--docs/source/release-notes/3.5.0.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.5.0.rst b/docs/source/release-notes/3.5.0.rst
index c4b6f4e..f234dbe 100644
--- a/docs/source/release-notes/3.5.0.rst
+++ b/docs/source/release-notes/3.5.0.rst
@@ -3,13 +3,23 @@
You can view the `3.5.0 milestone`_ on GitLab for more details.
+New Dependency Information
+~~~~~~~~~~~~~~~~~~~~~~~~~~
+
- 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`_)
+Features
+~~~~~~~~
+
- Print out information about configuring VCS hooks (See also `GitLab#335`_)
+- Allow users to develop plugins "local" to a repository without using
+ setuptools. See our documentation on local plugins for more information.
+ (See also `GitLab#357`_)
+
.. all links
.. _3.5.0 milestone:
@@ -18,6 +28,8 @@ You can view the `3.5.0 milestone`_ on GitLab for more details.
.. issue links
.. _GitLab#335:
https://gitlab.com/pycqa/flake8/issues/335
+.. _GitLab#357:
+ https://gitlab.com/pycqa/flake8/issues/357
.. _GitLab#359:
https://gitlab.com/pycqa/flake8/issues/359
.. _GitLab#361: