diff --git a/CHANGELOG.md b/CHANGELOG.md index 11463241d1..373b82216a 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 c63c338ad1..bdde5f10af 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/)