summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-05-14 12:48:27 -0400
committerGitHub <noreply@github.com>2023-05-14 18:48:27 +0200
commitb186f683da0896d2fbed0f2aae3497b29ca93266 (patch)
tree5ff79d117656067a58a5ec1d0b2c82f502b47790 /ChangeLog
parent5fa9089f1af6da65640e5ff81ae79207d039b4bd (diff)
downloadastroid-git-b186f683da0896d2fbed0f2aae3497b29ca93266.tar.gz
Handle ``objects.Super`` in `helpers.object_type()` (#2177)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 27e4d049..b5e97c31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -152,6 +152,9 @@ What's New in astroid 2.15.5?
=============================
Release date: TBA
+* Handle ``objects.Super`` in ``helpers.object_type()``.
+
+ Refs pylint-dev/pylint#8554
What's New in astroid 2.15.4?