From 202864381d018ccc7a31c24f7bf7149d9a987730 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 23 May 2020 11:30:31 +0200 Subject: [PATCH] update changes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 350707fe..a980e9d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - stashing support ([#3](https://github.com/extrawurst/gitui/issues/3)) ### Changed +- performance optimization of the log tab in big repos +- more readable default color for the commit hash in the log tab - log tab refreshes when head changes ([#78](https://github.com/extrawurst/gitui/issues/78)) ### Fixes