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 565c6d9d0..34a5692bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -132,6 +132,9 @@ Release date: TBA
* Fix ``missing-function-docstring`` not being able to check ``__init__`` and other
magic methods even if the ``no-docstring-rgx`` setting was set to do so
+* Added ``using-final-decorator-in-unsupported-version`` checker. Issued when ``py-version``
+ is set to a version that does not support ``typing.final`` (< 3.8)
+
* Added configuration option ``exclude-too-few-public-methods`` to allow excluding
classes from the ``min-public-methods`` checker.