From a2661a130934ef872d0ef85f3dcf0e397296c867 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 21 Mar 2021 18:43:01 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ff35032..17a0ee38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Added +- `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595)) + ### Fixed - push branch to its tracking remote ([#597](https://github.com/extrawurst/gitui/issues/597))