From 984a805f33714fdaaf3b96fd6d6e198839a67984 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 20 May 2020 08:44:10 +0200 Subject: [PATCH] missing changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e76e63d..6e2aed7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - support color themes and light mode [[@MCord](https://github.com/MCord)] ([#28](https://github.com/extrawurst/gitui/issues/28)) +### Changed +- more natural scrolling in log tab ([#52](https://github.com/extrawurst/gitui/issues/52)) + ## [0.2.6] - 2020-05-18 ### Fixed - fix crash help in small window size ([#63](https://github.com/extrawurst/gitui/issues/63))