From 8888476885d80a5727ac9c23f2e4c288b75aadb8 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 10 Sep 2021 17:36:38 +0200 Subject: [PATCH] docs(changelog): document cwd fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44a7c65d..e5c2392f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* New panes/tabs now open in CWD of focused pane (https://github.com/zellij-org/zellij/pull/691) * Fix bug when opening new tab the new pane's viewport would sometimes be calculated incorrectly (https://github.com/zellij-org/zellij/pull/683) * Fix bug when in some cases closing a tab would not clear the previous pane's contents (https://github.com/zellij-org/zellij/pull/684) * Fix bug where tabs would sometimes be created with the wrong index in their name (https://github.com/zellij-org/zellij/pull/686)