diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-10-14 19:09:19 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-14 19:09:19 +0300 |
commit | f03269cab073e20af4cef7a7c894131d9c777721 (patch) | |
tree | d64e882ddbf2425030a6c0e7afa4aeb5e04f5cae /CHANGELOG.md | |
parent | b2629192ab9926b095d0abe85fedbc353e5e348c (diff) | |
download | alacritty-f03269cab073e20af4cef7a7c894131d9c777721.tar.gz alacritty-f03269cab073e20af4cef7a7c894131d9c777721.zip |
Update dependencies
Fixes #4194.
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 a849fbc6..10f43787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,6 +66,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Incorrect modifiers at startup on X11 - `Add` and `Subtract` keys are now named `NumpadAdd` and `NumpadSubtract` respectively - Feature checking when cross compiling between different operating systems +- Crash when writing to the clipboard fails on Wayland ## 0.5.0 |