From 4d05dea4a64f8a28399f445ff30177a604590dae Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Tue, 23 Nov 2021 22:16:15 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78b09315..4eb230ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ The way this works got changed and simplified ([See docs](https://github.com/ext * Future addition of new keys will not break anymore ### Added +- add fetch/update command all remote branches ([#998](https://github.com/extrawurst/gitui/issues/998)) - add `trace-libgit` feature to make git tracing optional [[@dm9pZCAq](https://github.com/dm9pZCAq)] ([#902](https://github.com/extrawurst/gitui/issues/902)) - support merging and rebasing remote branches [[@R0nd](https://github.com/R0nd)] ([#920](https://github.com/extrawurst/gitui/issues/920)) - add highlighting matches in fuzzy finder [[@Mifom](https://github.com/Mifom)] ([#893](https://github.com/extrawurst/gitui/issues/893))