summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2013-01-22 09:51:35 +0100
committerFlorent Xicluna <florent.xicluna@gmail.com>2013-01-22 09:51:35 +0100
commit83a02cfb41bd13c597e9e6a6115333b450a356e4 (patch)
treebd4e5e40bbd9f6c1bd76fb4d4bfde0ffd28deaba /CHANGES.txt
parentf05e2c31bbbd67ea68e1291aaf6cf426b6daba06 (diff)
downloadpep8-83a02cfb41bd13c597e9e6a6115333b450a356e4.tar.gz
Allow to register new checkers, including AST checkers
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1f4d9e0..b4ef5e9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -2,6 +2,14 @@ Changelog
=========
+1.x (unreleased)
+----------------
+
+* Support AST checkers provided by third-party applications.
+
+* Register new checkers with ``register_check(func_or_cls, codes)``.
+
+
1.4.1 (2013-01-18)
------------------