summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-31 13:21:35 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-12-31 13:25:52 +0100
commite36b4388aebb892c10ed779bafc9c1a07a325b8d (patch)
tree9545637446789eb9b3d8c15f2edac2f0f9c50591 /ChangeLog
parent51f552cecd15569cb651337fa7f8f9e27eeec579 (diff)
downloadastroid-git-2.9.1.tar.gz
Bump astroid to 2.9.1, update changelogv2.9.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog27
1 files changed, 16 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 277ff384..e6015f44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,16 @@ Release date: TBA
-What's New in astroid 2.9.1?
+What's New in astroid 2.9.2?
============================
Release date: TBA
+
+
+What's New in astroid 2.9.1?
+============================
+Release date: 2021-12-31
+
* ``NodeNG.frame()`` and ``NodeNG.statement()`` will start raising ``ParentMissingError``
instead of ``AttributeError`` in astroid 3.0. This behaviour can already be triggered
by passing ``future=True`` to a ``frame()`` or ``statement()`` call.
@@ -44,6 +50,15 @@ Release date: TBA
* Enable inference of dataclass import from marshmallow_dataclass.
This allows the dataclasses brain to recognize dataclasses annotated by marshmallow_dataclass.
+* Resolve symlinks in the import path
+ Fixes inference error when the import path includes symlinks (e.g. Python
+ installed on macOS via Homebrew).
+
+ Closes #823
+ Closes PyCQA/pylint#3499
+ Closes PyCQA/pylint#4302
+ Closes PyCQA/pylint#4798
+ Closes PyCQA/pylint#5081
What's New in astroid 2.9.0?
============================
@@ -70,16 +85,6 @@ Release date: 2021-11-21
Closes #1239
-* Resolve symlinks in the import path
- Fixes inference error when the import path includes symlinks (e.g. Python
- installed on macOS via Homebrew).
-
- Closes #823
- Closes PyCQA/pylint#3499
- Closes PyCQA/pylint#4302
- Closes PyCQA/pylint#4798
- Closes PyCQA/pylint#5081
-
What's New in astroid 2.8.5?
============================