diff options
author | Zac Pullar-Strecker <zacps@users.noreply.github.com> | 2018-10-21 09:16:26 +1300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-20 20:16:26 +0000 |
commit | 34ada9295d0d3801f305a9818de38ebaeb784f63 (patch) | |
tree | 03034911bc99f14d8dc16744daa05b5bdd9f8d02 /CHANGELOG.md | |
parent | a7e59d393d5ca93383b84d8ff7f2b912ba10c5b2 (diff) | |
download | alacritty-34ada9295d0d3801f305a9818de38ebaeb784f63.tar.gz alacritty-34ada9295d0d3801f305a9818de38ebaeb784f63.zip |
Add support for rendering cursors to rusttype
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 397d7c99..ac8c0c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed erroneous results when using the `indexed_colors` config option +- Fixed rendering cursors other than rectangular with the RustType backend ## Version 0.2.1 |