summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJae-Heon Ji <32578710+jaeheonji@users.noreply.github.com>2022-04-29 21:51:40 +0900
committerGitHub <noreply@github.com>2022-04-29 21:51:40 +0900
commitb0a29c046a21e3ecb0c59c2f09d693f9f6e99738 (patch)
tree59a3d17e07184c2419a4cfd4a825bbbbb5946561
parent510964ecbcc6d61da0de5850670dbf899c25080a (diff)
docs(changelog): change how sessions are sorted
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 116c6ca1c..eaf80f046 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,6 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: avoid panic in link_handler.rs (https://github.com/zellij-org/zellij/pull/1356)
* Terminal compatibility: prevent wide chars from overflowing the title line (https://github.com/zellij-org/zellij/pull/1361)
* Terminal compatibility: adjust saved cursor position on resize (https://github.com/zellij-org/zellij/pull/1362)
+* fix: change the way sessions are sorted (https://github.com/zellij-org/zellij/pull/1347)
## [0.28.1] - 2022-04-13
* (BREAKING CHANGE) Feature: Improve theme usage and add default themes. Remove gray color from themes. (https://github.com/zellij-org/zellij/pull/1274)