summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2021-09-19 18:32:59 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2021-09-19 18:32:59 +0530
commitd16cd31927052ac97057c25ee964003bb2d82312 (patch)
treec82680e82073be6c9a6512a514a2049b2dbfd633 /CHANGELOG.md
parentb761a28702f0a13085bb8b2a516ed4a614971a31 (diff)
Docs(changelog): attach --create feature (#731)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9b35c75fe..853e8ebdc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]
* Fix: Properly open new pane with CWD also when switching to a new tab (https://github.com/zellij-org/zellij/pull/729)
+* Feature: Option to create a new session if attach fails (`zellij attach --create`) (https://github.com/zellij-org/zellij/pull/731)
## [0.17.0] - 2021-09-15
* New panes/tabs now open in CWD of focused pane (https://github.com/zellij-org/zellij/pull/691)