diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-09-03 18:42:24 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-09-03 15:42:24 +0000 |
commit | db63c31554c01667b0b8b100dea0fa35e3094e07 (patch) | |
tree | febdd7ca4aa52bdd4dfea943307ebb99560b0718 /CHANGELOG.md | |
parent | 2f93fb34b1b237bea4d1bea67a67c7c8efe6e5dc (diff) | |
download | alacritty-db63c31554c01667b0b8b100dea0fa35e3094e07.tar.gz alacritty-db63c31554c01667b0b8b100dea0fa35e3094e07.zip |
Fix Wayland selection clipboard not storing text when stopping outside of window
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 51fe5809..8ebf2b83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Intermediate bytes of CSI sequences not checked - Wayland clipboard integration - Use text mouse cursor when mouse mode is temporarily disabled with shift +- Wayland primary selection clipboard not storing text when selection is stopped outside of the window ## 0.3.3 |