Skip to content

Commit

Permalink
Merge pull request #2346 from pylint-dev/post-3.0.2
Browse files Browse the repository at this point in the history
Merge maintenance following 3.0.2 release
  • Loading branch information
Pierre-Sassoulas authored Dec 12, 2023
2 parents dc13d5b + 3671bb5 commit 7ac9cdb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,15 @@ Release date: TBA
Refs pylint-dev/pylint#9193


What's New in astroid 3.0.2?
What's New in astroid 3.0.3?
============================
Release date: TBA


What's New in astroid 3.0.2?
============================
Release date: 2023-12-12

* Avoid duplicate inference results for some uses of ``typing.X`` constructs like
``Tuple[Optional[int], ...]``. This was causing pylint to occasionally omit
messages like ``deprecated-typing-alias``.
Expand Down

0 comments on commit 7ac9cdb

Please # to comment.