From a55d23aaa4eb256560e6b17436750f031711bf52 Mon Sep 17 00:00:00 2001 From: Haris Mohamedy Date: Mon, 31 Mar 2025 17:50:23 -0700 Subject: [PATCH] Add PR to CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96017e33..de61621d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - Fix `BAT_THEME_DARK` and `BAT_THEME_LIGHT` being ignored, see issue #3171 and PR #3168 (@bash) - Prevent `--list-themes` from outputting default theme info to stdout when it is piped, see #3189 (@einfachIrgendwer0815) - Rename some submodules to fix Dependabot submodule updates, see issue #3198 and PR #3201 (@victor-gp) -- Fix crash for multibyte characters in file path, see #3230 (@HSM95) +- Fix crash for multibyte characters in file path, see issue #3230 and PR #3245 (@HSM95) ## Other