From 2e357e506c3252b96ee1dc07d258814b77cf5d88 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 25 Apr 2021 14:11:04 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fa30dde..e9126c3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - debug print when adding a file to ignore +- fix scrolling long messages in commit details view ([#663](https://github.com/extrawurst/gitui/issues/663)) - limit log messages in log tab ([#652](https://github.com/extrawurst/gitui/issues/652)) - fetch crashed when no upstream of branch is set ([#637](https://github.com/extrawurst/gitui/issues/637)) - `enter` key panics in empty remote branch list ([#643](https://github.com/extrawurst/gitui/issues/643))