diff --git a/ChangeLog b/ChangeLog index 14a2bafb51..f50905aeee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 @@ -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? =============================