Skip to content

Commit 436fb5f

Browse files
committed
Fix changelog
1 parent f9df028 commit 436fb5f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

ChangeLog

+5-7
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
Pylint's ChangeLog
33
------------------
44

5-
6-
7-
What's New in Pylint 2.8.3?
5+
What's New in Pylint 2.9.0?
86
===========================
9-
Release date: 2021-04-26
7+
Release date: TBA
108

119
..
1210
Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst'
1311

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+
1415
* Suppress ``consider-using-with`` inside context managers.
1516

1617
Closes #4430
@@ -55,9 +56,6 @@ Release date: 2021-04-25
5556

5657
Closes #4399
5758

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-
6159

6260
What's New in Pylint 2.8.0?
6361
===========================

0 commit comments

Comments
 (0)