summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-04-11 15:47:20 +0200
committera-kenji <aks.kenji@protonmail.com>2022-04-11 15:47:20 +0200
commite21fb56bbc7bf444554e8962731e02a763f48eab (patch)
tree985319538580f387d7e5fe2322476ea9ae36c715
parentc5ce9834d393fd354f4d787353839d814fcb68a7 (diff)
docs(changelog): add `overlays` to `flake` `outputs`
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9e47e89d8..c86000c60 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
* fix: update termwiz to fix crash when pasting on wsl (https://github.com/zellij-org/zellij/pull/1303)
* 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)
+* add: `overlays` to the `flake` `outputs` (https://github.com/zellij-org/zellij/pull/1312)
## [0.27.0] - 2022-03-31
* Fix: feature `disable_automatic_asset_installation` (https://github.com/zellij-org/zellij/pull/1226)