From d084cdc72babfa66e23090d4c89f041cb5480839 Mon Sep 17 00:00:00 2001 From: Aaron Kollasch Date: Wed, 2 Nov 2022 16:46:54 -0400 Subject: [PATCH] Update CHANGELOG.md Co-authored-by: David Peter --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ced404b..b821e743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # unreleased -- Allow env vars to override config files, but not command-line arguments, see #1152, #1281, and #2381 (@aaronkollasch) +- 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