From e2ddc1787aa4084984d8f676ca7c70fbb84e849f Mon Sep 17 00:00:00 2001 From: Peter Hebden Date: Sat, 5 Aug 2023 14:22:00 +0100 Subject: [PATCH] Move key release event to breaking change (#805) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba71f9..f4d9183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ ## Added ⭐ - Add `SetCursorStyle` to set the cursor apearance and visibility. (#742) -- Add key release event for windows. (#745) - Add a function to check if kitty keyboard enhancement protocol is available. (#732) - Add filedescriptors poll in order to move away from mio in the future (can be used via `use-dev-tty`). (#735) @@ -22,9 +21,10 @@ - Improved parsing of event types/modifiers with certain keys for kitty protocol. (#716) ## Breaking ⚠️ - - Remove `SetCursorShape` in favour of `SetCursorStyle`. (#742) - Make Windows resize event match `terminal::size` (#714) +- Add key release event for windows. (#745) + # Version 0.25.0 BREAKING: `Copy` trait is removed from `Event`, you can keep it by removing the "bracked-paste" feature flag. However this flag might be standardized in the future. We removed the `Copy` from `Event` because the new `Paste` event, which contains a pasted string into the terminal, which is a non-copy string.