From aa068f8004ef461edf6323d354a2a3fb79601dc4 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 15 Jul 2020 13:03:05 +0200 Subject: [PATCH] update --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7d8ffa6..e52900dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +- entry on [git-scm.com](https://git-scm.com/downloads/guis) in the list of GUI tools [[@Vidar314](https://github.com/Vidar314)] (see [PR](https://github.com/git/git-scm.com/pull/1485)) + ### Changed - async fetching tags to improve reactivity in giant repos ([#170](https://github.com/extrawurst/gitui/issues/170))