summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-11-03 11:38:58 +0100
committerGitHub <noreply@github.com>2022-11-03 11:38:58 +0100
commitc34853adacd1d2bd7f356a84a0bd8cdd4d4082d1 (patch)
tree698032f66dd403289b805ca16917cc6acad03f29 /CHANGELOG.md
parent582b2458fd4607d1cd4a32eac6d857af36ca5d26 (diff)
docs(changelog): cli action tty fix
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 cd91df2c4..8ce9940a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* 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)
* 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)
## [0.32.0] - 2022-10-25