summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-04-15 15:26:51 -0400
committerGitHub <noreply@github.com>2023-04-15 21:26:51 +0200
commitee2d4bd07f4d2b9646ba8904ad6337d474c66fa6 (patch)
tree12e8ce58a19666a0a6786b63414d15ac5a9d6324 /ChangeLog
parent495581f0ff1b0513397b9177c62f27e702e11bb2 (diff)
downloadastroid-git-ee2d4bd07f4d2b9646ba8904ad6337d474c66fa6.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 460ef305..f02a5851 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,6 +61,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?