summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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