From d02a7f6de36f2c51d2404e9ffd0d7562e6c134d5 Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 16 Jun 2024 15:36:46 +0200 Subject: [PATCH] formatting changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)