diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-01-21 01:13:08 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2020-01-20 23:13:08 +0100 |
commit | 618a1e784a368e4a7122a02a034eaaee67616176 (patch) | |
tree | e3da456af93027bfa34bc04820ce79fe59123384 | |
parent | 1712405055f5d97f6dc7b6156885c940982ec20d (diff) | |
download | r-alacritty-vte-618a1e784a368e4a7122a02a034eaaee67616176.tar.gz r-alacritty-vte-618a1e784a368e4a7122a02a034eaaee67616176.tar.bz2 r-alacritty-vte-618a1e784a368e4a7122a02a034eaaee67616176.zip |
Remove vim artifact
-rw-r--r-- | :wq | 29 |
1 files changed, 0 insertions, 29 deletions
@@ -1,29 +0,0 @@ -CHANGELOG -========= - -## Unreleased - -- Fix build failure on Rust 1.36.0 - -## 0.5.0 - -- Support for dynamically sized escape buffers without feature `no_std` -- Improved UTF8 parser performance -- Migrate to Rust 2018 - -## 0.4.0 - -- Fix handling of DCS escapes - -## 0.3.3 - -- Fix off-by-one error in CSI parsing when params list was at max length - (previously caused a panic). -- Support no_std - -## 0.2.0 - -- Removes `osc_start`, `osc_put`, and `osc_end` -- Adds `osc_dispatch` which simply receives a list of parameters -- Removes `byte: u8` parameter from `hook` and `unhook` because it's always - zero. |