From fbcf90888160129a2a7024ae83daec8dbddc1af7 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Mon, 21 Nov 2022 18:26:49 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c8113b0..34028af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Fixes +* improve performance by requesting branches info asynchronous (92f63d1) +* fix app startup delay due to using file watcher ([#1436](https://github.com/extrawurst/gitui/issues/1436)) + ## [0.22.0] - 2022-11-19 **submodules view**