diff options
| author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-12-31 13:21:35 +0100 |
|---|---|---|
| committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-12-31 13:25:52 +0100 |
| commit | e36b4388aebb892c10ed779bafc9c1a07a325b8d (patch) | |
| tree | 9545637446789eb9b3d8c15f2edac2f0f9c50591 /ChangeLog | |
| parent | 51f552cecd15569cb651337fa7f8f9e27eeec579 (diff) | |
| download | astroid-git-2.9.1.tar.gz | |
Bump astroid to 2.9.1, update changelogv2.9.1
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 27 |
1 files changed, 16 insertions, 11 deletions
@@ -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? ============================ |
