diff options
author | Christian Duerr <contact@christianduerr.com> | 2022-06-16 17:36:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 18:36:27 +0300 |
commit | 4c171e767862e744ceed31def4036c79d7ebf1af (patch) | |
tree | 97d2f8b43e2cc95e41d40ab564dc9ebd119cbe9e /CHANGELOG.md | |
parent | 9f02fb95685f46c390148eeab760e3a0dcfa49a9 (diff) | |
download | alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.tar.gz alacritty-4c171e767862e744ceed31def4036c79d7ebf1af.zip |
Bump copypasta to 0.8.0
This also applies all non-breaking semver updates.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 637785a7..4dbd4189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Packaging -- Minimum Rust version has been bumped to 1.56.0 +- Minimum Rust version has been bumped to 1.57.0 ### Added @@ -19,7 +19,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for OpenGL ES 2.0 - Escape sequence to set underline color (`CSI 58 : 2 : Ps : Ps : Ps m`/`CSI 58 : 5 : Ps m`) - Escape sequence to reset underline color (`CSI 59 m`) -- Vi mode keybinding (z) to center view around vi mode cursor +- Vi mode keybinding (z) to center view around vi mode cursor ### Changed |