diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-08-30 21:18:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-30 21:18:01 +0300 |
commit | b39c791649e6d7409ad287741cfef962738c0fd4 (patch) | |
tree | ee0e9481b93ec403e86eed11f17c59016b46dddc /CHANGELOG.md | |
parent | aaf80c2fef2a2c5c50a404cace59b7683aa182e0 (diff) | |
download | alacritty-b39c791649e6d7409ad287741cfef962738c0fd4.tar.gz alacritty-b39c791649e6d7409ad287741cfef962738c0fd4.zip |
Update smithay-clipboard to 0.5.2
Fixes #4139.
Fixes #4085.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee5f243..a9f09c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Keys swallowed during search when pressing them right before releasing backspace - Crash when a wrapped line is rotated into the last line - Selection wrapping to the top when selecting below the error/warning bar +- Pasting into clients only supporting `UTF8_STRING` mime type on Wayland +- Crash when copying/pasting with neither pointer nor keyboard focus on Wayland +- Crash due to fd leak on Wayland ## 0.5.0 |