From b21fad79c52462a5517dcf12b32384e8a12516f8 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 18 Oct 2020 19:03:11 +0200 Subject: [PATCH] update changelog/readme --- CHANGELOG.md | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4df5086..8febc6b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ![branches](assets/push.gif) -- new branch list popup incl. checkout/delete [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323)) +- new branch list popup incl. checkout/delete/rename [[@WizardOhio24](https://github.com/WizardOhio24)] ([#303](https://github.com/extrawurst/gitui/issues/303)) ([#323](https://github.com/extrawurst/gitui/issues/323)) ![push](assets/branches.gif) diff --git a/README.md b/README.md index ea99fadd..3af8d183 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ - Stage, unstage, revert and reset files and hunks - Stashing (save, apply, drop, and inspect) - Push to remote +- Branch List (create, rename, delete) - Browse commit log, diff committed changes - Scalable terminal UI layout - Async [input polling](assets/perf_compare.jpg)