From 4b90cb2569697be563c6b3859c3ea661baeeb990 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 27 Jan 2023 22:08:54 +0200 Subject: [PATCH] Update the change log --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7031e7054..c35ea704a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -18,6 +18,9 @@ Added ``rev2`` to get the current situation. Old linter messages which fall on unmodified lines are hidden, so effectively the user gets new linter messages introduced by latest changes, as well as persistent linter messages on modified lines. +- ``--stdin-filename=PATH`` now allows reading contents of a single file from standard + input. This also makes ``:STDIN:``, a new magic value, the default ``rev2`` for + ``--revision``. - Add configuration for ``darglint`` and ``flake8-docstrings``, preparing for enabling those linters in CI builds.