From c3a597e6dde00e1c74f91333605f0bfa0e087bc9 Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Thu, 17 Jul 2025 12:32:55 -0700 Subject: [PATCH] Update changelog with Bash 5.3 features --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ccc8a79..f907ab7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - SC2218 about function use-before-define is now more accurate. - SC2317 about unreachable commands is now less spammy for nested ones. - SC2292, optional suggestion for [[ ]], now triggers for Busybox. +- Updates for Bash 5.3, including `${| cmd; }` and `source -p` ### Removed - SC3013: removed since the operators `-ot/-nt/-ef` are specified in POSIX.1-2024