Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CHANGELOG prior to release #260

Merged
merged 1 commit into from
Jan 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
CHANGELOG

Unreleased:
0.15.0:
- Add `all` media type.
- Support `prefers-color-scheme` media feature.
- Use `matrix` rather than `matrix3d`
- Add media type `all`
- Add some relative units
- Add CSS properties related to hyphenation
- Use `Number` type instead of `Double` as an argument type in many places
- Fix rendering of `Number` type
Thanks to Yoo Chung, Charles Bayley and David Fox

0.14.0:
- Drop support for GHC 8.2
Expand Down
Loading