summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 117f7a08..cf25e0d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,13 @@ Release Date: TBA
Close PyCQA/pylint#3209
+* Reverse the order of decorators for `infer_subscript`
+
+ `path_wrapper` needs to come first, followed by `raise_if_nothing_inferred`,
+ otherwise we won't handle `StopIteration` correctly.
+
+ Close #762
+
* Numpy `datetime64.astype` return value is inferred as a `ndarray`.
Close PyCQA/pylint#3332