summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kolbus <peter.kolbus@gmail.com>2021-03-07 10:10:25 -0600
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-03-09 09:13:05 +0100
commit28e8e2a42fcd4fcfd686076a0cf28ca1ed0729ac (patch)
treef3fa17c563170f1781b6783e4af6fe2bc69d5470
parent7c32e6ecb4088ded7aab54cfcea475ed345ec3cb (diff)
downloadpylint-git-28e8e2a42fcd4fcfd686076a0cf28ca1ed0729ac.tar.gz
Update whatsnew
Add an entry to whatsnew/2.8.rst announcing the change.
-rw-r--r--doc/whatsnew/2.8.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/whatsnew/2.8.rst b/doc/whatsnew/2.8.rst
index 7768edd86..a40977868 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -16,3 +16,7 @@ New checkers
Other Changes
=============
+
+* 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.