From b76a990948cae9ede394db8f9e82f194090b46b6 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Thu, 14 May 2020 16:23:05 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4465604e..0834b74a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - introduced proper changelog ### Changed +- 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 ## [0.2.3] - 2020-05-12