From b50d44a4b82304d1c77329bdf4230d229bd06022 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Fri, 18 Aug 2023 14:32:44 +0200 Subject: [PATCH] fix changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03253605..7868e512 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * more logging diagnostics when a repo cannot be opened * added to [anaconda](https://anaconda.org/conda-forge/gitui) [[@TheBlackSheep3](https://github.com/TheBlackSheep3/)] ([#1626](https://github.com/extrawurst/gitui/issues/1626)) * visualize empty line substituted with content in diff better ([#1359](https://github.com/extrawurst/gitui/issues/1359)) +* checkout branch works with non-empty status report [[@lightsnowball](https://github.com/lightsnowball)] ([#1399](https://github.com/extrawurst/gitui/issues/1399)) ### Fixes * fix commit dialog char count for multibyte characters ([#1726](https://github.com/extrawurst/gitui/issues/1726)) @@ -35,7 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * fix expansion of `~` in `commit.template` ([#1745](https://github.com/extrawurst/gitui/pull/1745)) * fix hunk (un)staging/reset for # of context lines != 3 ([#1746](https://github.com/extrawurst/gitui/issues/1746)) * fix delay when opening external editor ([#1506](https://github.com/extrawurst/gitui/issues/1506)) -* checkout branch works with non-empty status report ([#1399](https://github.com/extrawurst/gitui/issues/1399)) ## [0.23.0] - 2022-06-19