Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document addition of KeyEventKind::Release as breaking #805

Merged
merged 1 commit into from
Aug 5, 2023

Conversation

Piturnah
Copy link
Contributor

@Piturnah Piturnah commented Jul 29, 2023

This change in 0.26 broke my project since I was doing some behaviour based on any key event, so when KeyEventKind::Release was implemented for Windows it caused the behaviour to change (double event firing)

Based on #797 it seems this may be a common issue, so I think it should be moved in the change notes to a breaking change so people have more of a head's up.

By the way, thank you for all the incredible work on this library!

Edit: Just seen #778, seems like a great idea

@Piturnah Piturnah requested a review from TimonPost as a code owner July 29, 2023 12:14
@TimonPost TimonPost merged commit e2ddc17 into crossterm-rs:master Aug 5, 2023
6 checks passed
@Piturnah Piturnah deleted the patch-2 branch August 5, 2023 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants