From 420c7c319b1c328af9994f758264753c9467aded Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 7 Dec 2022 15:04:42 +0100 Subject: [PATCH] docs(changelog): loading screen --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52c0d1e3..da66bf97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * refactor(plugins): fix plugin loading data flow (https://github.com/zellij-org/zellij/pull/1995) * refactor(messaging): reduce extraneous cross-thread messaging (https://github.com/zellij-org/zellij/pull/1996) * errors: preserve caller location in `to_log` (https://github.com/zellij-org/zellij/pull/1994) +* feat: show loading screen on startup (https://github.com/zellij-org/zellij/pull/1997) ## [0.33.0] - 2022-11-10