diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 65c6499d2..67068c0c0 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -14,8 +14,8 @@ Ex-maintainers Maintainers ----------- - Pierre Sassoulas -- Jacob Walls - Daniƫl van Noord <13665637+DanielNoord@users.noreply.github.com> +- Jacob Walls - Marc Mueller <30130371+cdce8p@users.noreply.github.com> - Hippo91 - Bryce Guinta diff --git a/ChangeLog b/ChangeLog index 37c4366eb..812dea316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,16 +23,26 @@ Release date: TBA Refs #2860 -* Add ``HTTPMethod`` enum support to brain module for Python 3.11+. - Closes #4135 + +What's New in astroid 4.0.3? +============================ +Release date: TBA + What's New in astroid 4.0.2? ============================ -Release date: TBA +Release date: 2025-11-09 + +* Handle FunctionDef blockstart_tolineno edge cases correctly. + Refs #2880 + +* Add ``HTTPMethod`` enum support to brain module for Python 3.11+. + Refs pylint-dev/pylint#10624 + Closes #2877 What's New in astroid 4.0.1? ============================