summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2021-11-05 22:06:41 +0100
committera-kenji <aks.kenji@protonmail.com>2021-11-05 22:06:41 +0100
commit6e7f44a8e8f273e9a0e1986943638f9cbbc896d8 (patch)
tree198972676cb32a7abfc97823a66c4f0461e28ea3 /CHANGELOG.md
parent72c58439b7f20f9a3062d88a27d265d5d7511418 (diff)
docs(changelog): add `--index` option for `attach`
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 22fbbea78..8794b5f79 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* Feature: Non directional resize of panes (https://github.com/zellij-org/zellij/pull/520)
* Add: `colored` crate to replace manual color formatting (https://github.com/zellij-org/zellij/pull/837)
* Add: introduce `thiserrror` to simplify error types (https://github.com/zellij-org/zellij/pull/836)
+* Add: support `--index` option for the `attach` subcommand in order to
+ choose the session indexed by the provided creation date (https://github.com/zellij-org/zellij/pull/824)
## [0.19.0] - 2021-10-20
* Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655)