summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-21 15:40:38 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-21 16:56:19 +0100
commitb9d9ca239c7f552abb3755cb04d73e3cd34e4530 (patch)
tree8e037a672a8fbd9339c60f752899685afbf3d158
parentca110478acd0f0ad73b0ea20627d36402be401c8 (diff)
downloadpylint-git-b9d9ca239c7f552abb3755cb04d73e3cd34e4530.tar.gz
Edit highlights for 2.7.0 in whatsnew
-rw-r--r--doc/whatsnew/2.7.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/whatsnew/2.7.rst b/doc/whatsnew/2.7.rst
index 520c68cd5..3d5d77ac3 100644
--- a/doc/whatsnew/2.7.rst
+++ b/doc/whatsnew/2.7.rst
@@ -3,14 +3,16 @@
**************************
:Release: 2.7
-:Date: 2021-02-XX
+:Date: 2021-02-21
Summary -- Release highlights
=============================
+* Python 3.6+ is now required.
* No more duplicate messages when using multiple jobs.
* Handling of the new typing provided by mypy 0.8
-* Python 3.6+ is now required.
+* Reduced the number of false positives in general
+* Reduced the occurrence of genuinely large recursion that went above system limit (See #3836, for a fix for pandas)
New checkers
============