summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2012-06-12 12:30:22 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2012-06-12 12:30:22 +0200
commitf20d656287cd58b730a4e1dfd3c6d5f5e0c19f4b (patch)
treeb90b9ab181b29006d2be567ab0579baf1d1c254e /CHANGES.txt
parentb918dd629c7d4ab373db86a543ff99f81150b14b (diff)
downloadpep8-f20d656287cd58b730a4e1dfd3c6d5f5e0c19f4b.tar.gz
Break backwards compatibility: replace global configuration with a new StyleGuide class. (Closes #66)
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1a96ca4..842d063 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,13 @@ Changelog
1.3 (UNRELEASED)
----------------
+.. warning::
+ The internal API is backwards incompatible.
+
+* Remove global configuration and refactor the library around
+ a ``StyleGuide`` class; add the ability to configure various
+ reporters. (Issue #66)
+
* Read user configuration from ``~/.config/pep8``
and local configuration from ``./.pep8``. (Issue #22)