From 5c69ce9aad9b7f2e97576106a292c211db073129 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 16 Jun 2021 19:03:07 +0200 Subject: [PATCH] docs(changelog): layout dir from data to config --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d0076a4c..c804684c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Add improved error handling for layouts (https://github.com/zellij-org/zellij/pull/576) +* Change layout directory from data to config (https://github.com/zellij-org/zellij/pull/577) + POSSIBLE BREAKING CHANGE: + In case of having custom layouts in the previous + `layout-dir` one can switch either the layouts to + the new dir, or set the `layout-dir` to be the current + `layout-dir` ## [0.13.0] - 2021-06-04 * Fix crash when padding before widechar (https://github.com/zellij-org/zellij/pull/540)