diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2019-04-09 19:29:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-09 19:29:46 +0000 |
commit | 56fea343ff94b23aa94f8756643c015f20517e8f (patch) | |
tree | 3239fc02d89aebdac9d802b66836838102d93e97 /CHANGELOG.md | |
parent | f2a5def2cbfd4812007aeab16e66c9851bc30d3d (diff) | |
download | alacritty-56fea343ff94b23aa94f8756643c015f20517e8f.tar.gz alacritty-56fea343ff94b23aa94f8756643c015f20517e8f.zip |
Set maximum Rust version to 1.31.0
By setting the minimum Rust version and enforcing it with CI, Alacritty
should hopefully make it possible for maintainers to package the
application even on distributions which are not rolling release.
The 1.31.0 target has been chosen here because it's the first version of
the Rust 2018 release. Bumping this version in the future should be
considered to be a breaking change and should only be done with caution
and in consideration of the supported Rust versions of the major
distributions available.
This fixes #2277.
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 bddadd9c..c4cb8793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added ScrollLineUp and ScrollLineDown actions for scrolling line by line +### Changed + +- Alacritty now has a fixed minimum supported Rust version of 1.31.0 + ### Fixed - Reset scrolling region when the RIS escape sequence is received |