summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2012-02-23 09:26:58 +0100
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2012-02-23 09:26:58 +0100
commit8747675c91618553a5688bd90ae13955ba1b3600 (patch)
tree05728937133a62adabe207952077548e5980da4d /ChangeLog
parentb90e2d1a61ad196fd522cd09691cec28090df307 (diff)
downloadpylint-8747675c91618553a5688bd90ae13955ba1b3600.tar.gz
InferenceError may be raised when running the next iteration, but we don't want it to propagate
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98d2226..e8f1da8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@ ChangeLog for PyLint
* #87192 fix crash when decorators are accessed through more than one dot
(for instance @a.b is fine, @a.b.c crash)
+ * fix potential crashes with utils.safe_infer raising InferenceError
2011-12-08 -- 0.25.1
* #81078: Warn if names in exception handlers clobber overwrite