From 02f155510347b954a19095e25b6094f17ec01438 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Wed, 17 Aug 2022 19:53:00 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1cda41..9aa17b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * use `GIT_DIR` and `GIT_WORK_DIR` from environment if set ([#1191](https://github.com/extrawurst/gitui/pull/1191)) * new [FAQ](./FAQ.md)s page * mention macports in install section [[@fs111](https://github.com/fs111)]([#1237](https://github.com/extrawurst/gitui/pull/1237)) -* support copy to clipboard on wayland ([#397](https://github.com/extrawurst/gitui/issues/397)) +* support copy to clipboard on wayland [[@JayceFayne](https://github.com/JayceFayne)] ([#397](https://github.com/extrawurst/gitui/issues/397)) ### Fixed * opening tags list without remotes ([#1111](https://github.com/extrawurst/gitui/issues/1111))