Skip to content

Commit

Permalink
Merge branch 'maintenance/2.11.x' of https://github.com/PyCQA/astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielNoord committed Jul 9, 2022
2 parents 6fec464 + 502ccf4 commit 6bc2b52
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,25 @@ Release date: TBA

Closes #1195

What's New in astroid 2.11.7?
* Fix a crash involving properties within ``try ... except`` blocks.

Closes PyCQA/pylint#6592

* Prevent creating ``Instance`` objects that proxy other ``Instance``s when there is
ambiguity (or user error) in calling ``__new__(cls)``.

Refs PyCQA/pylint#7109


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


What's New in astroid 2.11.7?
=============================
Release date: 2022-07-09

* Added support for ``usedforsecurity`` keyword to ``hashlib`` constructors.

Closes PyCQA/pylint#6017
Expand All @@ -118,15 +133,6 @@ Release date: TBA

Closes PyCQA/pylint#7092

* Fix a crash involving properties within ``try ... except`` blocks.

Closes PyCQA/pylint#6592

* Prevent creating ``Instance`` objects that proxy other ``Instance``s when there is
ambiguity (or user error) in calling ``__new__(cls)``.

Refs PyCQA/pylint#7109


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

0 comments on commit 6bc2b52

Please sign in to comment.