From f616af362c56a4151ea8f802aa902a12955e0d03 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Fri, 1 Oct 2021 22:06:04 +0200 Subject: [PATCH] docs(changelog): treat empty config files as valid - treat empty config files as valid empty yaml files --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86fa2b75..fb93a309 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,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) ## [0.18.1] - 2021-09-30