From ae5ed8ac0099a5272998685b172494d855530cee Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 6 Jun 2021 00:15:43 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf6972ef..d73b1304 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Added - honor `config.showUntrackedFiles` improving speed with a lot of untracked items ([#752](https://github.com/extrawurst/gitui/issues/752)) - improve performance when opening filetree-tab ([#756](https://github.com/extrawurst/gitui/issues/756)) +- indicator for longer commit message than displayed ([#773](https://github.com/extrawurst/gitui/issues/773)) ## Fixed - wrong file with same name shown in file tree ([#748](https://github.com/extrawurst/gitui/issues/748))