Skip to content

Commit b267756

Browse files
authored
Move changelog entry to 4.1.0 (#2855)
1 parent 8c4da6a commit b267756

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ What's New in astroid 4.1.0?
77
============================
88
Release date: TBA
99

10+
* Make `type.__new__()` raise clear errors instead of returning `None`
11+
1012
* Move object dunder methods from ``FunctionModel`` to ``ObjectModel`` to make them
1113
available on all object types, not just functions.
1214

@@ -19,8 +21,6 @@ What's New in astroid 4.0.1?
1921
============================
2022
Release date: TBA
2123

22-
* Make `type.__new__()` raise clear errors instead of returning `None`
23-
2424
* Suppress ``SyntaxWarning`` for invalid escape sequences and return in finally on
2525
Python 3.14 when parsing modules.
2626

0 commit comments

Comments
 (0)