diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2019-02-13 10:41:38 +0100 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2019-02-13 10:41:38 +0100 |
commit | fa52e7da184435ed2c472a86f854e386594ae99a (patch) | |
tree | 6606cf07f36e1da393e8dbd86ed3ebf838aba8a0 /ChangeLog | |
parent | 11403e0a3998eae1b27176ece815aac3af6b38cb (diff) | |
download | pylint-git-fa52e7da184435ed2c472a86f854e386594ae99a.tar.gz |
Add the initial release log for 2.3
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |