From bac04592b7795a0092f4d8f8ce9181dd765a8580 Mon Sep 17 00:00:00 2001 From: Martijn van Eijk Date: Sat, 28 Aug 2021 11:22:37 +0200 Subject: [PATCH] Update changelog for #757 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e02a874d6..f6bc520231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - check branch name validity while typing ([#559](https://github.com/extrawurst/gitui/issues/559)) - support deleting remote branch [[@zcorniere](https://github.com/zcorniere)] ([#622](https://github.com/extrawurst/gitui/issues/622)) - mark remote branches that have local tracking branch [[@jedel1043](https://github.com/jedel1043)] ([#861](https://github.com/extrawurst/gitui/issues/861)) +- refactor AsyncTags to use AsyncJob ([#757](https://github.com/extrawurst/gitui/issues/757)) ## Fixed - error viewing filetree in empty repo ([#859](https://github.com/extrawurst/gitui/issues/859))