From 0737a5a21534ab2deeed28cbda8d334e325f5a4c Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Tue, 1 Feb 2022 02:20:38 +0900 Subject: [PATCH] docs(changelog): add focus attribute in layout --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b22653bd21..edbdd74244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * Fix: handle csi erase param 3 (https://github.com/zellij-org/zellij/pull/1026) * Add: theme example for `tokyo-night` (https://github.com/zellij-org/zellij/pull/1015) * Fix: log a warning, if a user-configured mode has no actions associated and is active (https://github.com/zellij-org/zellij/pull/1035) +* Feature: add focus attribute in layout (https://github.com/zellij-org/zellij/pull/958) ## [0.24.0] - 2022-01-05 * Terminal compatibility: properly handle insertion of characters in a line with wide characters (https://github.com/zellij-org/zellij/pull/964)