diff options
author | David Hewitt <1939362+davidhewitt@users.noreply.github.com> | 2020-04-25 15:39:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-25 14:39:27 +0000 |
commit | f4689a1c362f851e37b0f9a2fa32fe0f5e9ef3b8 (patch) | |
tree | 73f942b70b9a5aa79b6b9ba047d89e2b51c8a171 /CHANGELOG.md | |
parent | f48c43f4d2fcac35fe2777a3f0f155c275d0204e (diff) | |
download | alacritty-f4689a1c362f851e37b0f9a2fa32fe0f5e9ef3b8.tar.gz alacritty-f4689a1c362f851e37b0f9a2fa32fe0f5e9ef3b8.zip |
Use embedded resource for window icon
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 402278b9..1dcb9b23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Block cursor is no longer inverted at the start/end of a selection - Preserve selection on non-LMB or mouse mode clicks - Wayland client side decorations are now based on config colorscheme +- Low resolution window decoration icon on Windows ### Fixed - Tabstops not being reset with `reset` |