From 30e34387f00703f0cecc7b053e5cb722cd8f5582 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Mon, 7 Mar 2022 19:21:51 +0900 Subject: [PATCH] docs(changelog): improve detach instruction --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64216ff1..647c201a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: `list-session` to stderr on fail (https://github.com/zellij-org/zellij/pull/1174) * Add: dynamic completions for `fish` shell (https://github.com/zellij-org/zellij/pull/1176) * Fix: typo in completion (https://github.com/zellij-org/zellij/pull/1183) +* Fix: improve detach instruction (https://github.com/zellij-org/zellij/pull/1161) ## [0.25.0] - 2022-02-22 * Fix: replace the library with the dependency problem (https://github.com/zellij-org/zellij/pull/1001)