Mention breaking changes in log

This commit is contained in:
Luke D. Jones
2021-08-26 13:57:19 +12:00
parent cf915b9e00
commit 8db37491f3

View File

@@ -10,9 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
+ Support 8bit RGB, RGBA, 16bit Greyscalw, RGB, RGBA
+ add `AsusImage` type for slanted-template pixel-perfect images
+ `BREAKING:` plain `Image` with time period is changed and old anime configs break as a result (sorry)
### Changed
### BREAKING CHANGES
- Graphics control:
+ BREAKING: graphics control is pulled out of asusd and moved to new crate; supergfxctl
+ graphics control is pulled out of asusd and moved to new crate; supergfxctl
- Proflies:
+ profiles now depend on power-profile-daemon plus kernel patches for support of platform_profile
- if your system supports fan-curves you will also require upcoming kernel patches for this
+ profiles are now moved to a new file
# [3.7.2] - 2021-08-02
### Added