summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <ian.cordasco@rackspace.com>2015-05-18 18:43:42 -0500
committerIan Cordasco <ian.cordasco@rackspace.com>2015-05-18 18:43:42 -0500
commit3ce1050d0fd0fe8c2cafb8c62b4a37b58f3b4c57 (patch)
tree784a8c0791790db63ef8dd65465d07b97bf3a4f7
parent97dba87d1d005af92df9c184f0eea57a018f1430 (diff)
downloadflake8-2.4.1.tar.gz
Update CHANGES for 2.4.12.4.1
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 39d3101..b081cb1 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,12 +1,16 @@
CHANGES
=======
-2.x.x - 2015-yy-zz
+2.4.1 - 2015-05-18
------------------
- **Bug** Do not raise a ``SystemError`` unless there were errors in the
setuptools command. (`GitLab#39`_, `GitLab!23`_)
+- **Bug** Do not verify dependencies of extensions loaded via entry-points.
+
+- **Improvement** Blacklist versions of pep8 we know are broken
+
.. _GitLab#39: https://gitlab.com/pycqa/flake8/issues/39
.. _GitLab!23: https://gitlab.com/pycqa/flake8/merge_requests/23