Skip to content

Commit 175bb43

Browse files
committed
Add changelog
1 parent 5dcb5fa commit 175bb43

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ChangeLog

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

10+
* Add support for type constraints (`isinstance(x, y)`) in inference.
11+
12+
Closes pylint-dev/pylint#1162
13+
Closes pylint-dev/pylint#4635
14+
Closes pylint-dev/pylint#10469
15+
1016
* Make `type.__new__()` raise clear errors instead of returning `None`
1117

1218
* Move object dunder methods from ``FunctionModel`` to ``ObjectModel`` to make them

0 commit comments

Comments
 (0)