From e1f243d8fbe50f327895fb14dfb310a24dae1c83 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 18 Feb 2024 12:48:11 +0100 Subject: [PATCH] wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82aa8a4..8c7d66c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ These defaults require some adoption from existing users but feel more natural t * support for new-line in text-input (e.g. commit message editor) [[@pm100]](https://github/pm100) ([#1662](https://github.com/extrawurst/gitui/issues/1662)). ### Changed -* do not allow tag when `tag.gpgsign` enabled [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1915](https://github.com/extrawurst/gitui/pull/1915)) +* do not allow tagging when `tag.gpgsign` enabled until gpg-signing is [supported](https://github.com/extrawurst/gitui/issues/97) [[@TeFiLeDo](https://github.com/TeFiLeDo)] ([#1915](https://github.com/extrawurst/gitui/pull/1915)) ### Fixes * stash window empty after file history popup closes ([#1986](https://github.com/extrawurst/gitui/issues/1986))