summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-02 19:25:50 +0100
committerGitHub <noreply@github.com>2022-11-02 19:25:50 +0100
commit4905ae65b8084d9f6adc31f9260b5a3cca6c920b (patch)
tree1fa4a15611e847384d73d039d16cd5aeac21db8a
parentece1cbe533069a534cec2e552ded92c668db3c1c (diff)
docs(changelog): bold/dim reset fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 501bc0850..652e8d265 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: clear search when sending terminating char (https://github.com/zellij-org/zellij/pull/1853)
* fix: properly convert the backslash key from old YAML config files (https://github.com/zellij-org/zellij/pull/1879)
* fix: clear floating panes indication when closing a floating command pane (https://github.com/zellij-org/zellij/pull/1897)
+* Terminal compatibility: do not reset bold when resetting DIM (https://github.com/zellij-org/zellij/pull/1803)
## [0.32.0] - 2022-10-25