From 00bbe2b0f83cb1c4f5c121bc7c10fb5d3e523bab Mon Sep 17 00:00:00 2001 From: Kunal Mohan Date: Sat, 29 May 2021 00:45:11 +0530 Subject: [PATCH] docs(changelog): Optional session name in attach #542 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8957fb8..1b2508fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540) * Do not lag when reading input too fast (https://github.com/zellij-org/zellij/pull/536) +* Session name optional in attach command (https://github.com/zellij-org/zellij/pull/542) ## [0.12.1] - 2021-05-28 * HOTFIX: fix Zellij not responding to input on certain terminals (https://github.com/zellij-org/zellij/issues/538)