From 417db6ed6c756a7389a13cd83000f4c9da963e90 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 9 Sep 2021 11:04:33 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 576d89bf..6c34535e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - added scrollbar to revlog [[@ashvin021](https://github.com/ashvin021)] ([#868](https://github.com/extrawurst/gitui/issues/868)) ## Fixed +- fix build when system level libgit2 version was used ([#883](https://github.com/extrawurst/gitui/issues/883)) - fix merging branch not closing branch window [[@andrewpollack](https://github.com/andrewpollack)] ([#876](https://github.com/extrawurst/gitui/issues/876)) - fix commit msg being broken inside tag list ([#871](https://github.com/extrawurst/gitui/issues/871)) - fix filetree file content not showing tabs correctly ([#874](https://github.com/extrawurst/gitui/issues/874))