summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAram Drevekenin <aram@poor.dev>2022-10-13 13:56:37 +0200
committerGitHub <noreply@github.com>2022-10-13 13:56:37 +0200
commit5c43a59e00eb84bbba84b25cc2750c84359cd8a5 (patch)
tree7d6f772be967368632ab6884525ef1628365b6b8
parentbece86b95c63d645368d7c82e56b5ce553f1ea1e (diff)
docs(changelog): layout fixes
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
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)