From 3c8aa11f1d5f2586d89a65913d55c903534ab1ed Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Thu, 11 Aug 2022 14:36:26 +0200 Subject: [PATCH] docs(changelog): fix router crash --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6f3f3301..faa768dc9 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: crash when attaching to a session without the first tab (https://github.com/zellij-org/zellij/pull/1648) +* fix: race crash on startup when server is not ready (https://github.com/zellij-org/zellij/pull/1651) ## [0.31.1] - 2022-08-02 * add: `solarized-light` theme to the example theme directory (https://github.com/zellij-org/zellij/pull/1608)