summaryrefslogtreecommitdiff
path: root/doc/whatsnew/2.8.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/whatsnew/2.8.rst')
-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 60c24e4ec..4f498268e 100644
--- a/doc/whatsnew/2.8.rst
+++ b/doc/whatsnew/2.8.rst
@@ -26,6 +26,10 @@ New checkers
Other Changes
=============
+* New option ``--output=<file>`` to output result to a file rather than printing to stdout.
+
+ Closes #1070
+
* 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.