From 2cab9ac1d64e67376ef4e9c354b035478dde11eb Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Fri, 24 Nov 2023 01:12:11 +0000 Subject: [PATCH] Document --sort-paths in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba70d1d433..5ec1d73ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,9 @@ by the textual diffing logic. Directory diffing now respects `.gitignore` files. +Directory diffing can now be sorted by path with the `--sort-paths` +option. + ### Command Line Interface Added the option `--strip-cr`. This removes all carriage return