From 6515831c955e9603902b14c98bb50efc65f4b81e Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 24 Mar 2024 13:13:26 -0700 Subject: [PATCH] more changelog details --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbafbea..1d8ba368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Added -* sign commits using openpgp; implement `Sign` trait to implement more methods +* sign commits using openpgp [[@hendrikmaus](https://github.com/hendrikmaus)] ([#97](https://github.com/extrawurst/gitui/issues/97)) ### Changed * Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138))