docs(changelog): tiled_panes refactor

This commit is contained in:
Aram Drevekenin 2022-04-12 11:02:51 +02:00 committed by GitHub
parent f9278a9ab8
commit 028885c822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* add: nord theme example (https://github.com/zellij-org/zellij/pull/1304) * add: nord theme example (https://github.com/zellij-org/zellij/pull/1304)
* Terminal compatibility: preserve background color when scrolling (https://github.com/zellij-org/zellij/pull/1305 and https://github.com/zellij-org/zellij/pull/1307) * Terminal compatibility: preserve background color when scrolling (https://github.com/zellij-org/zellij/pull/1305 and https://github.com/zellij-org/zellij/pull/1307)
* add: `overlays` to the `flake` `outputs` (https://github.com/zellij-org/zellij/pull/1312) * add: `overlays` to the `flake` `outputs` (https://github.com/zellij-org/zellij/pull/1312)
* refactor: reduce code duplication in tiled_panes (https://github.com/zellij-org/zellij/pull/1299)
## [0.27.0] - 2022-03-31 ## [0.27.0] - 2022-03-31
* Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226) * Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)