summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@gmail.com>2021-03-06 17:37:06 -0600
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 09:13:05 +0100
commit7c32e6ecb4088ded7aab54cfcea475ed345ec3cb (patch)
treedeb07d01df78235d1be5dc486f8e26df952d8951
parentc25e942e249199199a6a582b266c08a666b9090e (diff)
downloadpylint-git-7c32e6ecb4088ded7aab54cfcea475ed345ec3cb.tar.gz
Update ChangeLog
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0819b7786..8320c4e90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,10 @@ Release date: TBA
* Introduce logic for checking deprecated attributes in DeprecationMixin.
+* Reduce usage of blacklist/whitelist terminology. Notably, ``extension-pkg-allow-list`` is an
+ alternative to ``extension-pkg-whitelist`` and the message ``blacklisted-name`` is now emitted as
+ ``disallowed-name``. The previous names are accepted to maintain backward compatibility.
+
What's New in Pylint 2.7.3?
===========================