Skip to content

Commit 5a25567

Browse files
Improve Changelog entry wording.
Mention what is newly supported in Astroid. Co-authored-by: Daniël van Noord <[email protected]>
1 parent fd64822 commit 5a25567

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Release date: TBA
8585
* Improve ``as_string()`` representation for ``TypeVar``, ``ParamSpec`` and ``TypeVarTuple`` nodes, as well as
8686
type parameter in ``ClassDef``, ``FuncDef`` and ``TypeAlias`` nodes (PEP 695).
8787

88-
* Fix a false positive for ``not-an-iterable`` in an ``ExceptionGroup`` context.
88+
* Astroid now correctly supports the ``exceptions`` attribute of ``ExceptionGroup``.
8989

9090
Closes pylint-dev/pylint#8985
9191
Closes pylint-dev/pylint#10558

0 commit comments

Comments
 (0)