From 017e830bf24b8f8379c75e64af655123247224a1 Mon Sep 17 00:00:00 2001 From: Aaron Kollasch Date: Wed, 2 Nov 2022 17:14:48 -0400 Subject: [PATCH] Move CHANGELOG.md entry to Features --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b821e743..c37d9355 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,9 @@ # unreleased -- Breaking change: Environment variables can now override config file settings (but command-line arguments still have the highest precedence), see #1152, #1281, and #2381 (@aaronkollasch) - ## Features - Implemented `-S` and `--chop-long-lines` flags as aliases for `--wrap=never`. See #2309 (@johnmatthiggins) +- Breaking change: Environment variables can now override config file settings (but command-line arguments still have the highest precedence), see #1152, #1281, and #2381 (@aaronkollasch) ## Bugfixes