diff --git a/CHANGELOG.md b/CHANGELOG.md index 8627e0a3..e96a9993 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ ## [Unreleased] -- No changes since the latest release below. +- Fix user-provided ANSI escape codes from being removed when rendering. + - Introduced on 0.7.0, this regression was making it impossible to have colorised text inside the prompt. + - Now ANSI escape codes are properly emitted when rendering the prompt in the terminal. ## [0.7.4] - 2024-03-25