Fix typo in CHANGELOG.md (#816)

This commit is contained in:
Dheepak Krishnamurthy 2024-01-06 06:54:15 -05:00 committed by GitHub
parent a2b0e6a537
commit b565646f27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
- Add option to force overwrite `NO_COLOR` (#802)
- Add support for scroll left/right events on windows and unix systems (#788).
- 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.
- Add support for deserializing hex color strings to `Color` e.g #fffff.
## Changes