diff --git a/ChangeLog b/ChangeLog index d5f520703..a9eccd885 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,7 +9,7 @@ Release date: TBA -What's New in astroid 3.3.4? +What's New in astroid 3.3.5? ============================ Release date: TBA @@ -26,6 +26,23 @@ Release date: TBA Closes pylint-dev/pylint#9945 +What's New in astroid 3.3.4? +============================ +Release date: 2024-09-23 + +* Fix regression with f-string inference. + + Closes pylint-dev/pylint#9947 + +* Fix bug with ``manager.clear_cache()`` not fully clearing cache + + Refs https://github.com/pylint-dev/pylint/pull/9932#issuecomment-2364985551 + +* Fix a crash from inferring empty format specs. + + Closes pylint-dev/pylint#9945 + + What's New in astroid 3.3.3? ============================ Release date: 2024-09-20