From cac18293d5a6bd6b34a953f9cb5413f9826e505f Mon Sep 17 00:00:00 2001 From: Austin Pray <71290498+austinpray-mixpanel@users.noreply.github.com> Date: Mon, 1 Mar 2021 18:35:57 -0600 Subject: [PATCH] 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 --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.39.2