summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-14 17:45:00 +0200
committerGitHub <noreply@github.com>2022-10-14 17:45:00 +0200
commit2ae057d061db2dc4d41afe39cb40197d3d01c616 (patch)
tree2ee0eab7159b6d2d9d4a6b93763b1dc008605503 /CHANGELOG.md
parentefceb562dec562babd90c711b30a5471e026fd3d (diff)
docs(changelog): edit panes in layouts
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 f9e62334b..d638e407e 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)