From 90f93282f1c53c8e1f0677982fb05dfcdcb54494 Mon Sep 17 00:00:00 2001 From: Bryan Gardiner Date: Thu, 26 Sep 2024 20:17:27 -0700 Subject: [PATCH] Minor changelog update. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c2cd44..0bf4f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,8 @@ - In the "Version changes" section of a diff, highlight the portions of version numbers that have changed, i.e., everything after the part common to all versions (issue #17). This makes it easier to spot whether packages have had - major or minor version bumps. + major or minor version bumps. The colour scheme used is selectable with the + `--version-highlight` option. - Respect the `NO_COLOR` environment variable and disable colour when it is set and nonempty (when the default `--color=auto` is used). For more info see: