From 2ae057d061db2dc4d41afe39cb40197d3d01c616 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Fri, 14 Oct 2022 17:45:00 +0200 Subject: [PATCH] docs(changelog): edit panes in layouts --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9e62334..d638e407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: Prevent recursive sessions from layout files (https://github.com/zellij-org/zellij/pull/1766) * fix: better error messages and recovery from layout issues (https://github.com/zellij-org/zellij/pull/1797) * feat: allow layouts to have a global cwd (https://github.com/zellij-org/zellij/pull/1798) +* feat: edit panes in layouts (https://github.com/zellij-org/zellij/pull/1799) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)