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)