summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2019-02-13 10:41:38 +0100
committerClaudiu Popa <pcmanticore@gmail.com>2019-02-13 10:41:38 +0100
commitfa52e7da184435ed2c472a86f854e386594ae99a (patch)
tree6606cf07f36e1da393e8dbd86ed3ebf838aba8a0 /ChangeLog
parent11403e0a3998eae1b27176ece815aac3af6b38cb (diff)
downloadpylint-git-fa52e7da184435ed2c472a86f854e386594ae99a.tar.gz
Add the initial release log for 2.3
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 3 insertions, 3 deletions
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.