diff --git a/ChangeLog b/ChangeLog index b4e45f9706..0773d9a8c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,16 +7,16 @@ What's New in astroid 3.1.0? ============================ Release date: TBA +* Reduce unraisable ``ValueError`` exceptions in generator cleanup by removing + ``context.restore_path()`` decorator. + + Refs pylint-dev/pylint#9138 What's New in astroid 3.0.1? ============================ Release date: TBA -* Prevent unraisable ``ValueError`` exceptions in generator cleanup by removing - ``context.restore_path()`` decorator. - - Refs pylint-dev/pylint#9138 What's New in astroid 3.0.0?