From aa838c333941f699dfa39758ba4183e7fcfb9153 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 5 Oct 2021 13:44:43 +0200 Subject: [PATCH] docs(changelog): switch setup order --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb93a309..d92349fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] * Fix: Prevent text overwrite when scrolled up (https://github.com/zellij-org/zellij/pull/655) * Add: Treat empty config files as empty yaml documents (https://github.com/zellij-org/zellij/pull/720) +* Fix: Commands that don't interact with the config file don't throw errors on malformed config files (https://github.com/zellij-org/zellij/pull/765) ## [0.18.1] - 2021-09-30