summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2020-10-23 10:50:22 +0200
committerhippo91 <guillaume.peillex@gmail.com>2020-10-23 10:50:22 +0200
commitb6681108010d1ab6565286cf3d34f8f364a77157 (patch)
tree6176f4a789081aaa1d2802e5bde5cd4eb4fcfda7
parent8e3d64281bc5106624eeca4b160c8e83e2231737 (diff)
downloadpylint-git-b6681108010d1ab6565286cf3d34f8f364a77157.tar.gz
Adding a missing entry in the Changelog. The info was present in the doc/whatsnew but not in the ChangeLog.
-rw-r--r--ChangeLog4
-rw-r--r--doc/whatsnew/2.6.rst2
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d1d6a67e0..b3d077056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@ What's New in Pylint 2.6.1?
===========================
Release date: TBA
+* Fix bug that lead to duplicate messages when using ``--jobs 2`` or more.
+
+ Close #3584
+
* Adds option ``check-protected-access-in-special-methods`` in the ClassChecker to activate/deactivate
``protected-access`` message emission for single underscore prefixed attribute in special methods.
diff --git a/doc/whatsnew/2.6.rst b/doc/whatsnew/2.6.rst
index dd57fe250..56c60a5b9 100644
--- a/doc/whatsnew/2.6.rst
+++ b/doc/whatsnew/2.6.rst
@@ -31,8 +31,6 @@ Other Changes
* Fix bug that lead to duplicate messages when using ``--jobs 2`` or more.
- Close #3584
-
* Adds option ``check-protected-access-in-special-methods`` in the ClassChecker to activate/deactivate
``protected-access`` message emission for single underscore prefixed attribute in special methods.