Update the CHANGELOG

This commit is contained in:
ArthurSonzogni 2023-05-19 11:59:23 +02:00
parent 8dbda8551f
commit 4b9b0635c4
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C

View File

@ -21,9 +21,11 @@ current (development)
- Fix: Remove useless new line when using an alternative screen.
### Dom
- Feature: Add the dashed style for border and separator.
- Feature: Add the dashed style for border and separator:
- See `DASHED` enum, and `separatorDashed()`, `borderDashed()` functions.
- Feature: Add colored borders.
- Feature: Add `LinearGradient`!
- See functions: `borderStyled(BorderStyle, Color)` and `borderStyled(Color)`.
- Feature: Add `LinearGradient`. It can be used in `color` and `bgColor`.
- Improvement: Color::Interpolate() uses gamma correction.
- Fix: Check the `graph` area is positive.