From 7bc3ee1dd372b3f8a0a57bdf08e3219e5c4a4f77 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 11 Apr 2021 17:51:17 +0200 Subject: [PATCH] reorder --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e23e9547..ec4f313b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,17 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -### Changed -- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/extrawurst/gitui/issues/574)) - -![stash_pop](assets/stash_pop.gif) - ### Added - `[w]` key to toggle between staging/workdir [[@terhechte](https://github.com/terhechte)] ([#595](https://github.com/extrawurst/gitui/issues/595)) - view/checkout remote branches ([#617](https://github.com/extrawurst/gitui/issues/617)) ![checkout-remote](assets/checkout-remote.gif) +### Changed +- ask to pop stash by default (*apply* using `[a]` now) [[@brunogouveia](https://github.com/brunogouveia)] ([#574](https://github.com/extrawurst/gitui/issues/574)) + +![stash_pop](assets/stash_pop.gif) + ### Fixed - push branch to its tracking remote ([#597](https://github.com/extrawurst/gitui/issues/597)) - fixed panic when staging lines involving missing newline eof ([#605](https://github.com/extrawurst/gitui/issues/605))