From c9f4f18af75f6f73aeed0907c8a2648c6b985348 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 26 Jun 2020 01:07:16 +0200 Subject: [PATCH] added new external editor feature in changes (closes #46) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 086d735c68b..29c9b4c641f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +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))) ### Changed - use terminal blue as default selection background ([#129](https://github.com/extrawurst/gitui/issues/129))