From dda6879b4f6604ae672fa9f73a61a8b336ea2b00 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Fri, 10 Oct 2025 22:02:58 +0200 Subject: [PATCH] Move changelog entry to 4.1.0 --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 426a9b62b..73009312e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,8 @@ What's New in astroid 4.1.0? ============================ Release date: TBA +* Make `type.__new__()` raise clear errors instead of returning `None` + * Move object dunder methods from ``FunctionModel`` to ``ObjectModel`` to make them available on all object types, not just functions. @@ -19,8 +21,6 @@ What's New in astroid 4.0.1? ============================ Release date: TBA -* Make `type.__new__()` raise clear errors instead of returning `None` - * Suppress ``SyntaxWarning`` for invalid escape sequences and return in finally on Python 3.14 when parsing modules.