summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhippo91 <guillaume.peillex@gmail.com>2021-04-08 19:03:50 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-09 18:45:30 +0200
commitefe44d8d516caec0948bc9ea81eace1139fe3505 (patch)
tree9ab9ee095745db49c044685d3e3504f7467eb7d2
parentfc402b7a625edbaec6e83058272bfc817a3bbd48 (diff)
downloadpylint-git-efe44d8d516caec0948bc9ea81eace1139fe3505.tar.gz
Adds an entry
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index eaf3fb6d1..feef5dcc2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -34,6 +34,10 @@ Release date: Undefined
..
Put bug fixes that will be cherry-picked to latest major version here
+* Reactivates old counts in report mode.
+
+ Closes #3819
+
* During detection of ``inconsistent-return-statements`` consider that ``assert False`` is a return node.
Closes #4019