From f14bf271c743d1301be6cc43fd5cff52a6c74d08 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 14 Apr 2024 20:56:49 +0200 Subject: [PATCH] additional info --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65e7e646..eef9b46d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * more version info in `gitui -V` and `help popup` (including git hash) * support `core.commitChar` filtering [[@concelare](https://github.com/concelare)] ([#2136](https://github.com/extrawurst/gitui/issues/2136)) * allow reset in branch popup ([#2170](https://github.com/extrawurst/gitui/issues/2170)) -* respect configuration for remote when pushing [[@cruessler](https://github.com/cruessler)] +* respect configuration for remote when pushing [[@cruessler](https://github.com/cruessler)] ([#2156](https://github.com/extrawurst/gitui/issues/2156)) ### Changed * Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138))