From 9c3f4af396b0f6da91ea5c5da4ba7d815aee970e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 6 Jun 2021 02:12:55 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d73b1304..ef9f33a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Fixed - wrong file with same name shown in file tree ([#748](https://github.com/extrawurst/gitui/issues/748)) - filetree collapsing broken on windows ([#761](https://github.com/extrawurst/gitui/issues/761)) +- unnecessary overdraw of the spinner on each draw ([#764](https://github.com/extrawurst/gitui/issues/764)) ### Internal - use git_repository_message [[@kosayoda](https://github.com/kosayoda)] ([#751](https://github.com/extrawurst/gitui/issues/751))