From d040b33559d1e25cd254837cfce43efefe4ed0b6 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 17 Aug 2022 20:05:01 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aa17b06..f96c35f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed * opening tags list without remotes ([#1111](https://github.com/extrawurst/gitui/issues/1111)) -* tabs indentation in blame [[@fersilva16](https://github.com/fersilva16)] ([#1111](https://github.com/extrawurst/gitui/issues/1117)) +* tabs indentation in blame [[@fersilva16](https://github.com/fersilva16)] ([#1117](https://github.com/extrawurst/gitui/issues/1117)) * switch focus to index after staging last file ([#1169](https://github.com/extrawurst/gitui/pull/1169)) * fix stashlist multi marking not updated after dropping ([#1207](https://github.com/extrawurst/gitui/pull/1207)) * exact matches have a higher priority and are placed to the top of the list when fuzzily finding files ([#1183](https://github.com/extrawurst/gitui/pull/1183))