docs(changelog): tab cwd in layouts

This commit is contained in:
Aram Drevekenin 2022-10-20 15:24:28 +02:00 committed by GitHub
parent e59b09a1b6
commit 8431b9e0ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* deps: upgrade log4rs to 1.2.0 (https://github.com/zellij-org/zellij/pull/1814) * deps: upgrade log4rs to 1.2.0 (https://github.com/zellij-org/zellij/pull/1814)
* feat: allow `DumpScreen` to dump the viewport by default (https://github.com/zellij-org/zellij/pull/1794) * feat: allow `DumpScreen` to dump the viewport by default (https://github.com/zellij-org/zellij/pull/1794)
* Terminal compatibility: clear scroll region when terminal pane is cleared (https://github.com/zellij-org/zellij/pull/1826) * Terminal compatibility: clear scroll region when terminal pane is cleared (https://github.com/zellij-org/zellij/pull/1826)
* feat: allow defining tab cwd in layouts (https://github.com/zellij-org/zellij/pull/1828)
## [0.31.4] - 2022-09-09 ## [0.31.4] - 2022-09-09
* Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671) * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)