From c51702e9f0da11d01172682cea3cf0fb32c6ac8d Mon Sep 17 00:00:00 2001 From: Ian Cordasco Date: Tue, 10 Mar 2015 22:03:55 -0500 Subject: [PATCH] Add notes for merge request 23 --- CHANGES.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 3eebfb5..39d3101 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,15 @@ CHANGES ======= +2.x.x - 2015-yy-zz +------------------ + +- **Bug** Do not raise a ``SystemError`` unless there were errors in the + setuptools command. (`GitLab#39`_, `GitLab!23`_) + +.. _GitLab#39: https://gitlab.com/pycqa/flake8/issues/39 +.. _GitLab!23: https://gitlab.com/pycqa/flake8/merge_requests/23 + 2.4.0 - 2015-03-07 ------------------