From 28550f72620ce4c3911a44b6e79ac7aa282a3de5 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 20 May 2020 09:56:02 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e2aed7e..b33839ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - more natural scrolling in log tab ([#52](https://github.com/extrawurst/gitui/issues/52)) +### Fixed +- log tab shown empty in single commit repos ([#75](https://github.com/extrawurst/gitui/issues/75)) + ## [0.2.6] - 2020-05-18 ### Fixed - fix crash help in small window size ([#63](https://github.com/extrawurst/gitui/issues/63))