summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTakahide Nojima <nozzy123nozzy@gmail.com>2021-10-21 05:16:32 +0000
committerTakahide Nojima <nozzy123nozzy@gmail.com>2021-10-26 15:01:12 +0000
commit4e3acd8e4451ae39dbd5a6c8c5eba79300136d2f (patch)
treedf350f05c65092ff97c70e14f58788a5f61bf53b /ChangeLog
parent9323cf20afff416dabe61b7f303791a1ce7f2bb6 (diff)
downloadpylint-git-4e3acd8e4451ae39dbd5a6c8c5eba79300136d2f.tar.gz
Fix exception of pyreverse in handling property function within a class.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4e292305f..c9c0880ef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@ Release date: TBA
..
Put new features here and also in 'doc/whatsnew/2.12.rst'
+* Fix exception when pyreverse parses ``property function`` of a class.
+
* Add an optional extension ``consider-using-any-or-all`` : Emitted when a ``for`` loop only
produces a boolean and could be replaced by ``any`` or ``all`` using a generator. Also suggests
a suitable any or all statement.