diff --git a/ChangeLog b/ChangeLog index 1196f75cee..d4b2ca2450 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,10 +9,16 @@ Release date: TBA -What's New in astroid 3.3.2? +What's New in astroid 3.3.3? ============================ Release date: TBA + + +What's New in astroid 3.3.2? +============================ +Release date: 2024-08-11 + * Restore support for soft-deprecated members of the ``typing`` module with python 3.13. Refs pylint-dev/pylint#9852