From 0adb10573dd59a5c9f851592e4637f750001e999 Mon Sep 17 00:00:00 2001 From: Jae-Heon Ji <32578710+jaeheonji@users.noreply.github.com> Date: Mon, 19 Jun 2023 00:21:26 +0900 Subject: [PATCH] docs(changelog): hotfix theme issue --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eaa58f5..0302478d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* hotfix: theme options does not work (https://github.com/zellij-org/zellij/pull/2562) ## [0.37.0] - 2023-06-18 * fix(plugin): respect hide session option on compact-bar (https://github.com/zellij-org/zellij/pull/2368)