From c97335435a3815bcd7069e5882f280fd7f706f28 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 30 Jun 2020 09:51:05 +0200 Subject: [PATCH] cleanup --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af67bcb3..a639efe8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - core homebrew [formulae](https://formulae.brew.sh/formula/gitui#default): `brew install gitui` [[@vladimyr](https://github.com/vladimyr)] ([#137](https://github.com/extrawurst/gitui/issues/137)) - show file sizes and delta on binary files diff ([#141](https://github.com/extrawurst/gitui/issues/141)) -- external editor support for commit messages [[@jonstodle](https://github.com/jonstodle)] (see ([#46](https://github.com/extrawurst/gitui/issues/46))) +- external editor support for commit messages [[@jonstodle](https://github.com/jonstodle)] ([#46](https://github.com/extrawurst/gitui/issues/46)) ### Changed - use terminal blue as default selection background ([#129](https://github.com/extrawurst/gitui/issues/129))