summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorextrawurst <mail@rusticorn.com>2024-03-24 13:11:15 -0700
committerextrawurst <mail@rusticorn.com>2024-03-24 13:11:15 -0700
commit93959aff5db6217036f8e746807b1f2cecb00d1d (patch)
tree38f464b8e8691f0f328566208971a9ad9a38a565
parent5b3e2c9ae3913855f5dbe463c5ae1c04430e7532 (diff)
fix changelog entry
-rw-r--r--CHANGELOG.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aae45421..9dbafbea 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
* sign commits using openpgp; implement `Sign` trait to implement more methods
+### Changed
+* Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138))
+
## [0.25.2] - 2024-03-22
### Fixes
@@ -19,7 +22,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
* re-enable clippy `missing_const_for_fn` linter warning and added const to functions where applicable ([#2116](https://github.com/extrawurst/gitui/issues/2116))
-* Make info and error message popups scrollable [[@MichaelAug](https://github.com/MichaelAug)] ([#1138](https://github.com/extrawurst/gitui/issues/1138))
## [0.25.1] - 2024-02-23