summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2020-10-09 23:41:22 +0200
committerJulien Palard <julien@palard.fr>2020-11-02 18:36:49 +0100
commitc9be321222e0c765fe0aaff2aee2e0ba1552b22d (patch)
tree407f8ab9244f81a5874621c688c0de39e81c415a /ChangeLog
parent70cdb9d74913f3ccf0b60ed040d0530a42732980 (diff)
downloadpylint-git-c9be321222e0c765fe0aaff2aee2e0ba1552b22d.tar.gz
Handle class decorators during typing checks.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fff8ec92f..d2625bc2e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
Pylint's ChangeLog
------------------
+* Handle class decorators applied to function.
+
+ Closes #3882
+
* Add check for empty comments
* Fix minor documentation issue in contribute.rst