From 6630b7c89c754068f5c39aaa9ae231d57b9717ca 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 086d735c..29c9b4c6 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))