From 61029c8bd264f2bbce1844fd074c8136a9cec2ba Mon Sep 17 00:00:00 2001 From: Ethan P Date: Wed, 7 Feb 2024 17:17:44 -0800 Subject: [PATCH] Update changelog for fix of ANSI OSC sequences --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ee759a4..b6e13469 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ - Fix long file name wrapping in header, see #2835 (@FilipRazek) - Fix `NO_COLOR` support, see #2767 (@acuteenvy) +- Fix handling of inputs with OSC ANSI escape sequences, see #2541 and #2544 (@eth-p) ## Other