diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e0f2d88..f6865f7f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: error on duplicate pane_template / tab_template definitions in layouts (https://github.com/zellij-org/zellij/pull/1792) * fix: accept session-name through the cli properly (https://github.com/zellij-org/zellij/pull/1793) * fix: Prevent recursive sessions from layout files (https://github.com/zellij-org/zellij/pull/1766) +* fix: better error messages and recovery from layout issues (https://github.com/zellij-org/zellij/pull/1797) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)