summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-15 15:26:51 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2023-04-16 09:40:26 -0400
commit309ca8dd7b4d0c95cb3cbb25180857f44050b672 (patch)
tree7311b8e1f75345afdc264c6fa217ce03be79c0ed /ChangeLog
parent85b698466afe12c750842dc2522f2823365d9fbc (diff)
downloadastroid-git-309ca8dd7b4d0c95cb3cbb25180857f44050b672.tar.gz
Fix infer_call_result() crash on methods called with_metaclass() (#2118)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5b35cfdf..a9b26f13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ What's New in astroid 2.15.3?
=============================
Release date: TBA
+* Fix ``infer_call_result()`` crash on methods called ``with_metaclass()``.
+
+ Closes #1735
What's New in astroid 2.15.2?