From 11f78a4091b4fd73ede5af3a4d8a84a6e6400b71 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 15 May 2020 15:20:10 +0200 Subject: [PATCH] link profile --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 952fb5fa..672abeee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - introduced proper changelog ### Changed -- introduce propper error handling in `asyncgit` [@MCord] ([#53](https://github.com/extrawurst/gitui/issues/53)) +- introduce propper error handling in `asyncgit` [[@MCord](https://github.com/MCord)] ([#53](https://github.com/extrawurst/gitui/issues/53)) - better error message when trying to run outside of a valid git repo ([#56](https://github.com/extrawurst/gitui/issues/56)) - improve ctrl+c handling so it is checked first and no component needs to worry of blocking it