From b424b9beebb32171bc65fd5cc22104e3fea921b2 Mon Sep 17 00:00:00 2001 From: extrawurst Date: Sun, 29 Jan 2023 09:34:25 +0100 Subject: [PATCH] changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b220c0a9..4ca7f03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * crash on branches popup in small terminal ([#1470](https://github.com/extrawurst/gitui/issues/1470)) * `edit` command duplication ([#1489](https://github.com/extrawurst/gitui/issues/1489)) +### Changed +* minimum supported rust version bumped to 1.64 (thank you `clap`) + ## [0.22.1] - 2022-11-22 Bugfix followup release - check `0.22.0` notes for more infos!