summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 948520c..2ee9c15 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@ ChangeLog for Pylint
--
+ * Add new message, 'unsubscriptable-value', that is emitted when
+ value used in subscription expression doesn't support subscription
+ (i.e. doesn't define __getitem__ method).
+
* Don't warn about abstract classes instantiated in their own
body. Closes issue #627.