From f23e8df69a1b4c11482274f6622a3aabb4b73f2e Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 20 Aug 2021 14:02:51 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f98f2c7a..2760cf6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - mark and drop multiple stashes ([#854](https://github.com/extrawurst/gitui/issues/854)) - 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)) ## Fixed - error viewing filetree in empty repo ([#859](https://github.com/extrawurst/gitui/issues/859))