summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-04 17:30:29 +0100
committerGitHub <noreply@github.com>2022-11-04 17:30:29 +0100
commitdde6ecf09a0a62e5f2ddf5d1a7d3d60694129ed5 (patch)
tree67ec720e1691aa32a5c3b19facd4182c6343904a /CHANGELOG.md
parent8d1a497d10b16ede047aa905e4315451f13fa0bd (diff)
docs(changelog): focus in/out event
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ce9940a5..cdd76c0bc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Terminal compatibility: do not reset bold when resetting DIM (https://github.com/zellij-org/zellij/pull/1803)
* fix: treat CWD properly when opening your editor through `zellij edit` or `ze` (https://github.com/zellij-org/zellij/pull/1904)
* fix: allow cli actions to be run outside of a tty environment (https://github.com/zellij-org/zellij/pull/1905)
+* Terminal compatibility: send focus in/out events to terminal panes (https://github.com/zellij-org/zellij/pull/1908)
## [0.32.0] - 2022-10-25