From 45501793d1907ac1ab77ccdd6c6412398a6d4e16 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 19 Aug 2024 19:03:45 +0200 Subject: [PATCH] docs(changelog): reload config at runtime --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5eba9fb..a1645e1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * fix(plugins): properly set cwd for floating_panes in tab_layout (https://github.com/zellij-org/zellij/pull/3545) * feat(plugins): new API to rerun command the command in an existing command pane (https://github.com/zellij-org/zellij/pull/3546) * feat(ux): first run setup wizard (https://github.com/zellij-org/zellij/pull/3556) +* feat(ux): reload config at runtime (https://github.com/zellij-org/zellij/pull/3558) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)