summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2023-01-31 15:39:46 +0100
committerGitHub <noreply@github.com>2023-01-31 15:39:46 +0100
commitb644c1e834b491b465c5d61ead0373342029621a (patch)
tree369e2d61818e555e3ced8da46c9e352d0f7e6096 /ChangeLog
parent01b09cb37d88eeb91044bba6d01eb6c2057e44f2 (diff)
downloadastroid-git-b644c1e834b491b465c5d61ead0373342029621a.tar.gz
Release 2.14.0 (#1998)v2.14.0
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 16d225bb..a6b746ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,21 +2,31 @@
astroid's ChangeLog
===================
-What's New in astroid 2.14.0?
+What's New in astroid 2.15.0?
=============================
Release date: TBA
-* Add support for inferring binary union types added in Python 3.10.
-
- Refs PyCQA/pylint#8119
-What's New in astroid 2.13.5?
+What's New in astroid 2.14.1?
=============================
Release date: TBA
+What's New in astroid 2.14.0?
+=============================
+Release date: 2023-01-31
+
+* Add support for inferring binary union types added in Python 3.10.
+
+ Refs PyCQA/pylint#8119
+
+* Capture and log messages emitted when inspecting a module for astroid.
+
+ Closes #1904
+
+
What's New in astroid 2.13.4?
=============================
Release date: 2023-01-31