From: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com> Date: Tue, 2 Mar 2021 00:35:57 +0000 (-0600) Subject: Adds --stdin-filename back to changelog (#2017) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/cac18293d5a6bd6b34a953f9cb5413f9826e505f?hp=beecd6fd0a9103aa91b1019dcf8fc774b667ea6c Adds --stdin-filename back to changelog (#2017) * Adds --stdin-filename back to changelog Looks like this went missing https://github.com/psf/black/commit/dea81b7ad5cfa04c3572771c34af823449d0a8f3#diff-729efdd61772b108539268bdbfd7472521bdc05a7cae6113f62ed2649a3ad9c7 * Update CHANGES.md Co-authored-by: Jelle Zijlstra * Update CHANGES.md Co-authored-by: Jelle Zijlstra Co-authored-by: Jelle Zijlstra --- diff --git a/CHANGES.md b/CHANGES.md index 3fd7ad4..90e5143 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -30,6 +30,9 @@ - `--diff` correctly indicates when a file doesn't end in a newline (#1662) +- Added `--stdin-filename` argument to allow stdin to respect `--force-exclude` rules + (#1780) + #### _Packaging_ - Self-contained native _Black_ binaries are now provided for releases via GitHub