diff --git a/CHANGES.md b/CHANGES.md index 1fc8c65d6d8..c75dc52c11b 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -34,6 +34,8 @@ - Black now uses the presence of debug f-strings to detect target version. (#3215) +- Black now infers its `--target-version` from the project metadata specified in + pyproject.toml (#3219) ### Documentation