From b24386e6b13c6fa5053fbbd13dc836dee6d60a68 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Sun, 24 Mar 2024 23:37:25 +0900 Subject: [PATCH] docs(changelog): add feat for sorthing session list --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d59c0f90..7449979a 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/) * feat(plugins): allow specifying cwd when creating a new session with a layout (https://github.com/zellij-org/zellij/pull/3172) * feat(plugins): session-manager cwd and new filepicker/strider (https://github.com/zellij-org/zellij/pull/3200) * fix(stability): various client races (https://github.com/zellij-org/zellij/pull/3209) +* feat(cli): `list-sessions` show newest sessions last, for better user experience (https://github.com/zellij-org/zellij/pull/3194) ## [0.39.2] - 2023-11-29 * fix(cli): typo in cli help (https://github.com/zellij-org/zellij/pull/2906)