diff --git a/CHANGES.md b/CHANGES.md index fb3dea8c348..b659547dc66 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -23,6 +23,8 @@ - `.pytest_cache`, `.ruff_cache` and `.vscode` are now excluded by default (#3691) +- Fix black not honouring `pyproject.toml` settings when running `--stdin-filename` and + the `pyproject.toml` found isn't in the current working directory (#3719) ### Packaging