docs(changelog): edit panes in layouts

This commit is contained in:
Aram Drevekenin 2022-10-14 17:45:00 +02:00 committed by GitHub
parent efceb562de
commit 2ae057d061
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)