diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-03-10 02:15:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-10 02:15:30 +0300 |
commit | bb0a214a157adc81d1e598602bba7739ecec8672 (patch) | |
tree | a45d11f4d73878295c82c40326180c28d49f61de /CHANGELOG.md | |
parent | 64a3115648d354731ef08c2de8b2168b9326b7b5 (diff) | |
download | alacritty-bb0a214a157adc81d1e598602bba7739ecec8672.tar.gz alacritty-bb0a214a157adc81d1e598602bba7739ecec8672.zip |
Bump copypasta to 0.6.3
Fixes #3050.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cd56c854..aca526e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Crash when parsing DCS escape with more than 16 parameters - Ignoring of slow touchpad scrolling - Selection invisible when starting above viewport and ending below it +- Clipboard not working after TTY switch on Wayland +- Crash when pasting non UTF-8 string advertised as UTF-8 string on Wayland ### Removed |