From 70e1e3107685bcbceb0de886b12a4365c733f8f5 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 22 Aug 2021 11:54:46 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8433abf..1e02a874 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -39,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - do not allow to ignore .gitignore files ([#825](https://github.com/extrawurst/gitui/issues/825)) - crash in shallow repo ([#836](https://github.com/extrawurst/gitui/issues/836)) - fixed performance regression in revlog ([#850](https://github.com/extrawurst/gitui/issues/850)) +- fixed performance degradation when quitting on Windows ([#823](https://github.com/extrawurst/gitui/issues/823)) ## [0.16.2] - 2021-07-10