summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-08-17 01:32:20 +0900
committerGitHub <noreply@github.com>2022-08-17 01:32:20 +0900
commitb53e3807eb682ba395a7c4f31ace42d67dca5d88 (patch)
tree7767ce2db100d89a9cffa33e4fdb688a47e72056
parent3da1cb15216e4bdac9fb628b0188e6d2da7ef485 (diff)
docs(changelog): refactor terminal characters
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff7333670..91754e3c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: crash when attaching to a session without the first tab (https://github.com/zellij-org/zellij/pull/1648)
* fix: race crash on startup when server is not ready (https://github.com/zellij-org/zellij/pull/1651)
* Terminal compatibility: forward OSC52 clipboard copy events from terminals (https://github.com/zellij-org/zellij/pull/1644)
+* refactor: terminal characters (https://github.com/zellij-org/zellij/pull/1663)
## [0.31.1] - 2022-08-02
* add: `solarized-light` theme to the example theme directory (https://github.com/zellij-org/zellij/pull/1608)