File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Release date: TBA
9
9
10
10
11
11
12
- What's New in astroid 3.2.1 ?
12
+ What's New in astroid 3.2.2 ?
13
13
============================
14
14
Release date: TBA
15
15
@@ -23,6 +23,20 @@ Release date: TBA
23
23
Refs pylint-dev/#9623
24
24
25
25
26
+ What's New in astroid 3.2.1?
27
+ ============================
28
+ Release date: 2024-05-16
29
+
30
+ * Fix ``RecursionError`` in ``infer_call_result()`` for certain ``__call__`` methods.
31
+
32
+ Closes pylint-dev/pylint#9139
33
+
34
+ * Add ``AstroidManager.prefer_stubs`` attribute to control the astroid 3.2.0 feature that prefers stubs.
35
+
36
+ Refs pylint-dev/pylint#9626
37
+ Refs pylint-dev/pylint#9623
38
+
39
+
26
40
What's New in astroid 3.2.0?
27
41
============================
28
42
Release date: 2024-05-07
You can’t perform that action at this time.
0 commit comments