From cdaf3b8b8407d920b6659d2483d838639d79c694 Mon Sep 17 00:00:00 2001 From: pm100 Date: Tue, 16 May 2023 21:52:41 +0200 Subject: [PATCH] missed readme and changelog updates --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11463241..373b8221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * show remote branches in log [[@cruessler](https://github.com/cruessler)] ([#1501](https://github.com/extrawurst/gitui/issues/1501)) ### Fixes +* fixed side effect of crossterm 0.26 on windows that caused double input of all keys [[@pm100]](https://github/pm100) ([#1686](https://github.com/extrawurst/gitui/pull/1686)) * commit msg history ordered the wrong way ([#1445](https://github.com/extrawurst/gitui/issues/1445)) * improve help documentation for amend cmd ([#1448](https://github.com/extrawurst/gitui/issues/1448)) * lag issue when showing files tab ([#1451](https://github.com/extrawurst/gitui/issues/1451)) diff --git a/README.md b/README.md index c63c338a..bdde5f10 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ All contain a single binary file ### Requirements -- Minimum supported `rust`/`cargo` version: `1.64` +- Minimum supported `rust`/`cargo` version: `1.65` - See [Install Rust](https://www.rust-lang.org/tools/install) - To build openssl dependency (see https://docs.rs/openssl/latest/openssl/)