summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-04-13 10:07:17 +0200
committerGitHub <noreply@github.com>2022-04-13 10:07:17 +0200
commitaae9ad95ecad74a837570282f3f6ffedc92bb181 (patch)
tree4361aff0dd00f62ae88e1a5db7af6e0295f54633
parentb185f2827f3871d6bdfc77f529d792beb0a28700 (diff)
docs(changelog): multiuser UI fix
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cb2d40742..a3bbe943a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* add: `overlays` to the `flake` `outputs` (https://github.com/zellij-org/zellij/pull/1312)
* refactor: reduce code duplication in tiled_panes (https://github.com/zellij-org/zellij/pull/1299)
* Terminal compatibility: support XTWINOPS CSI 14 + 16 to query terminal pixel info (https://github.com/zellij-org/zellij/pull/1316)
+* Fix: Update UI when next-to-last user manually detaches from the session (https://github.com/zellij-org/zellij/pull/1317)
## [0.27.0] - 2022-03-31
* Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)