From 798a57e535251992c3bb81a9b15c7844d3df4c0e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 30 Nov 2021 09:48:51 +0100 Subject: [PATCH] docs(changelog): fix missing theme on config merge --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1506616..4d1859a8 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] +Fix: missing themes in configuration merge (https://github.com/zellij-org/zellij/pull/913) ## [0.21.0] - 2021-11-29 * Add: initial preparations for overlay's (https://github.com/zellij-org/zellij/pull/871)