summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 32d28f45f..64cd9ff84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,13 @@ Pylint NEWS
What's new in Pylint 1.6.4?
===========================
-Release date: tba
+Release date: 2016-07-19
+
+ * Recurse into all the ancestors when checking if an object is an exception
+
+ Since we were going only into the first level, we weren't inferring
+ when a class used a metaclass which defined a base Exception class
+ for the aforementioned class.
What's new in Pylint 1.6.3?