From 436fb5f70c53fb92b2fb59f51e920954228160a7 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 6 May 2021 13:44:24 +0200 Subject: [PATCH] Fix changelog --- ChangeLog | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 92494dabfd..8bea97aa8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,15 +2,16 @@ Pylint's ChangeLog ------------------ - - -What's New in Pylint 2.8.3? +What's New in Pylint 2.9.0? =========================== -Release date: 2021-04-26 +Release date: TBA .. Put new features and bugfixes here and also in 'doc/whatsnew/2.9.rst' +* The warning for ``arguments-differ`` now signals explicitly the difference it detected + by naming the argument or arguments that changed and the type of change that occurred. + * Suppress ``consider-using-with`` inside context managers. Closes #4430 @@ -55,9 +56,6 @@ Release date: 2021-04-25 Closes #4399 -* The warning for ``arguments-differ`` now signals explicitly the difference it detected - by naming the argument or arguments that changed and the type of change that occured. - What's New in Pylint 2.8.0? ===========================