Update a changelog entry to be more descriptive

I think it is not clear what this entry actually means without the additional explanation.
This commit is contained in:
Luflosi 2019-07-11 17:07:45 +02:00
parent eb30ba7722
commit 1f4b6d4e9a
No known key found for this signature in database
GPG Key ID: 14140F703B7D8362

View File

@ -14,8 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Document the kitty remote control protocol (:iss:`1646`)
- Add an option :opt:`terminal_select_modifiers` to control which
modifiers are used to override mouse selection (:iss:`1774`)
- Add an option :opt:`terminal_select_modifiers` to control which modifiers
are used to override mouse selection even when a terminal application has
grabbed the mouse (:iss:`1774`)
- When piping data to a child in the pipe command do it in a thread so as not
to block the UI (:iss:`1708`)