diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f76d753..f6e5b500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ # Version 0.28 ## Added ⭐ + - Capture double click mouse events on windows (#826) - (De)serialize Reset color (#824) - Add functions to allow constructing `Attributes` in a const context (#817) @@ -17,6 +18,7 @@ - Remove unsafe and unnecessary size argument from `FileDesc::read()` (#821) ## Breaking ⚠️ + - Fix duplicate bit masks for caps lock and num lock (#863). This breaks serialization of `KeyEventState` @@ -35,7 +37,7 @@ - Add `window_size` function to fetch pixel width/height of screen for more sophisticated rendering in terminals. - Add support for deserializing hex color strings to `Color` e.g #fffff. -## Changes ⚙️ +## Changed ⚙️ - Make the events module an optional feature `events` (to make crossterm more lightweight) (#776)