diff options
author | Ckat <Ckat@teknik.io> | 2019-10-16 21:31:12 +0200 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-10-16 21:31:12 +0200 |
commit | f1f51d3c0234831131dcaf8e5d63cc906453e51e (patch) | |
tree | f7262403158b2996b081c1b04375644e27a8665a /CHANGELOG.md | |
parent | 7b814c3be7a3e69975ae4098f58838f2ddf6daea (diff) | |
download | alacritty-f1f51d3c0234831131dcaf8e5d63cc906453e51e.tar.gz alacritty-f1f51d3c0234831131dcaf8e5d63cc906453e51e.zip |
Remove terminfo from deb package
Fixes #2685.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a469301d..7d498cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Minimum Rust version has been bumped to 1.36.0 - Config is not generated anymore, please consider distributing the alacritty.yml as documentation +- Removed Alacritty terminfo from .deb in favor of ncurses provided one ### Added |