Skip to content

Commit

Permalink
formatting changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Jul 31, 2024
1 parent 4843933 commit d02a7f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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`

Expand All @@ -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)

Expand Down

0 comments on commit d02a7f6

Please sign in to comment.