diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-31 22:19:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-31 22:19:59 +0000 |
commit | 8b8d9ea7f81ec7187c8a68b01c75fd54d45b8b19 (patch) | |
tree | 1ae7adcaf7a81d05e591aed556bd974fd3a225de | |
parent | fd6a5512b6eff52e90256a64edb43a0419eca477 (diff) | |
download | alacritty-8b8d9ea7f81ec7187c8a68b01c75fd54d45b8b19.tar.gz alacritty-8b8d9ea7f81ec7187c8a68b01c75fd54d45b8b19.zip |
Add change log entry for configuration fix
This updates the CHANGELOG.md to include information
about the changes which have been made in #1634.
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec67c722..b5d8de01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed erroneous results when using the `indexed_colors` config option - Fixed rendering cursors other than rectangular with the RustType backend - Selection memory leak and glitches in the alternate screen buffer +- Invalid default configuration on macOS and Linux ## Version 0.2.1 |