summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 30de6af72..e1699f0d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,9 @@ Release date: TBA
..
Put new features here and also in 'doc/whatsnew/2.12.rst'
+* Properly identify parameters with no documentation and add new message called ``missing-any-param-doc``
+
+ Closes #3799
* Add checkers ``overridden-final-method`` & ``subclassed-final-class``
Closes #3197