From fa52e7da184435ed2c472a86f854e386594ae99a Mon Sep 17 00:00:00 2001 From: Claudiu Popa Date: Wed, 13 Feb 2019 10:41:38 +0100 Subject: Add the initial release log for 2.3 --- ChangeLog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 121d228cc..44aa9091b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,11 +111,11 @@ Release date: TBA Previous version incorrectly detects `a < b < c and b < d` and fails to detect `a < b < c and c < d`. - * Avoid popping __main__ when using multiple jobs +* Avoid popping __main__ when using multiple jobs - Close #2689 + Close #2689 - * Add a new option 'check-str-concat-over-line-jumps' to check 'implicit-str-concat-in-sequence' +* Add a new option 'check-str-concat-over-line-jumps' to check 'implicit-str-concat-in-sequence' * Fixes for the new style logging format linter. -- cgit v1.2.1