summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2024-03-24 23:37:25 +0900
committerGitHub <noreply@github.com>2024-03-24 23:37:25 +0900
commitb24386e6b13c6fa5053fbbd13dc836dee6d60a68 (patch)
tree0b6e77a52f1233e43bc54984491e70494c041c25
parent9deb0333402cb0166f1b2f389f06942a5a3a58de (diff)
docs(changelog): add feat for sorthing session list
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d59c0f90f..7449979a2 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)