Skip to content

Commit

Permalink
Add missing news / merge maintenance branch into main following 2.15.…
Browse files Browse the repository at this point in the history
…7 release
  • Loading branch information
Pierre-Sassoulas authored Sep 24, 2023
2 parents 1a12842 + fe09503 commit aa7916a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -218,10 +218,14 @@ Release date: TBA

Refs pylint-dev/pylint#8598

* Fix false positives for ``no-member`` and ``invalid-name`` when using the ``_name_``, ``_value_`` and ``_ignore_`` sunders in Enums.

Closes pylint-dev/pylint#9015


What's New in astroid 2.15.7?
=============================
Release date: TBA
Release date: 2023-09-23

* Fix a crash when inferring a ``typing.TypeVar`` call.

Expand All @@ -231,15 +235,16 @@ Release date: TBA

Closes pylint-dev/pylint#8897

* Fix false positives for ``no-member`` and ``invalid-name`` when using the ``_name_``, ``_value_`` and ``_ignore_`` sunders in Enums.

Closes pylint-dev/pylint#9015

* Fix inference of functions with ``@functools.lru_cache`` decorators without
parentheses.

Closes pylint-dev/pylint#8868

* Make ``sys.argv`` uninferable because it never is. (It's impossible to infer
the value it will have outside of static analysis where it's our own value.)

Refs pylint-dev/pylint#7710


What's New in astroid 2.15.6?
=============================
Expand Down

0 comments on commit aa7916a

Please sign in to comment.