summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:53:14 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2023-04-16 22:53:14 +0200
commit153590172344cb39739118cd26685dd4fc58e364 (patch)
tree48f0eba497385899581b74ab133792746de1c3a2 /ChangeLog
parent6723e635e54e991a4304e45293308f5076b0bcb8 (diff)
parentc312218289798207813971af540fbed43c6963b5 (diff)
downloadastroid-git-153590172344cb39739118cd26685dd4fc58e364.tar.gz
Merge branch 'maintenance/2.15.x' following 2.15.3 release
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index be5a6562..1d5bcf5e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -61,7 +61,7 @@ Release date: TBA
Refs #1490
-What's New in astroid 2.15.3?
+What's New in astroid 2.15.4?
=============================
Release date: TBA
@@ -74,6 +74,19 @@ Release date: TBA
Closes pylint-dev/pylint#7906
+What's New in astroid 2.15.3?
+=============================
+Release date: 2023-04-16
+
+* Fix ``infer_call_result()`` crash on methods called ``with_metaclass()``.
+
+ Closes #1735
+
+* Suppress ``UserWarning`` when finding module specs.
+
+ Closes pylint-dev/pylint#7906
+
+
What's New in astroid 2.15.2?
=============================
Release date: 2023-04-03