summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dea94b7..d6c1e26 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -83,6 +83,9 @@ ChangeLog for Pylint
* Add a new warning, 'boolean-datetime', emitted when an instance
of 'datetime.time' is used in a boolean context. Closes issue #239.
+ * Fix a crash which ocurred while checking for 'method-hidden',
+ when the parent frame was something different than a function.
+
2014-07-26 -- 1.3.0