changelog: simply bullet about diff formats supporting copies/renames

Since only `--name-only` doesn't support copies/renames, it's simpler
to say that than to list the formats that do.
This commit is contained in:
Martin von Zweigbergk 2024-08-22 21:57:12 -07:00 committed by Martin von Zweigbergk
parent acdcb578bc
commit fc09be1a62

View File

@ -22,9 +22,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
of `prev/next`. The flag turns `edit` mode `on` and `off` permanently when set
respectively to `true` or `false`.
* The following diff formats now include information about copies and moves:
`--color-words`, `--git`, `--stat`, `--summary`, `--types`, and external diff
tools in file-by-file mode.
* All diff formats except `--name-only` now include information about copies and
moves. So do external diff tools in file-by-file mode.
* Color-words diff has gained [an option to display complex changes as separate
lines](docs/config.md#color-words-diff-options).