From 2c5b2784ba3053d279f1d8e3a6afaad598ac7590 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 12 Oct 2022 14:30:41 +0200 Subject: [PATCH] docs(changelog): duplicate layout errors --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebebfdc8..fcef7cc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix: escape quotes and backslashes when converting YAML to KDL (https://github.com/zellij-org/zellij/pull/1790) * fix: frameless pane wrong size after closing other panes (https://github.com/zellij-org/zellij/pull/1776) * fix: error on mixed nodes in layouts (https://github.com/zellij-org/zellij/pull/1791) +* fix: error on duplicate pane_template / tab_template definitions in layouts (https://github.com/zellij-org/zellij/pull/1792) ## [0.31.4] - 2022-09-09 * Terminal compatibility: improve vttest compliance (https://github.com/zellij-org/zellij/pull/1671)