diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-19 16:27:24 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-19 16:27:24 +0100 |
commit | fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df (patch) | |
tree | c105869a0155970a565ee775769b56ab50846827 /CHANGELOG.md | |
parent | 2199bbef5122d81a5bb5958d62f1c9b1d7d7696a (diff) | |
download | alacritty-fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df.tar.gz alacritty-fb1d3bef3f45e64a06e5db16f5b21cfa2aacb4df.zip |
Bump minimum Rust version to 1.37.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f47f4fb..0598feda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 0.4.2-dev +### Packaging + +- Minimum Rust version has been bumped to 1.37.0 + ### Changed - Pressing additional modifiers for mouse bindings will no longer trigger them |