File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 2
2
Pylint's ChangeLog
3
3
------------------
4
4
5
-
6
-
7
- What's New in Pylint 2.8.3?
5
+ What's New in Pylint 2.9.0?
8
6
===========================
9
- Release date: 2021-04-26
7
+ Release date: TBA
10
8
11
9
..
12
10
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
13
11
12
+ * The warning for ``arguments-differ`` now signals explicitly the difference it detected
13
+ by naming the argument or arguments that changed and the type of change that occurred.
14
+
14
15
* Suppress ``consider-using-with`` inside context managers.
15
16
16
17
Closes #4430
@@ -55,9 +56,6 @@ Release date: 2021-04-25
55
56
56
57
Closes #4399
57
58
58
- * The warning for ``arguments-differ`` now signals explicitly the difference it detected
59
- by naming the argument or arguments that changed and the type of change that occured.
60
-
61
59
62
60
What's New in Pylint 2.8.0?
63
61
===========================
You can’t perform that action at this time.
0 commit comments