Skip to content

Commit

Permalink
Elaborate on changelog entries that are breaking
Browse files Browse the repository at this point in the history
  • Loading branch information
faern committed Apr 16, 2024
1 parent 4996b6b commit c4a368d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]
### Added
- Add support for user-defined control codes in services.
(See: `Service::notify` and `notify_service.rs` example)
- Add support for `LidSwitchStateChange` in `PowerBroadcastSetting`.
(See: `LidSwitchStateChange`)
- Add support for `SERVICE_SYSTEM_START` and `SERVICE_BOOT_START` in service start type
- Breaking: Add support for user-defined control codes in services.
(See: `Service::notify` and `notify_service.rs` example). This is breaking since
the `ServiceControl` enum was exhaustive in version 0.6.0.
- Breaking: Add support for `LidSwitchStateChange` in `PowerBroadcastSetting`. This is breaking
since `PowerBroadcastSetting` was an exhaustive enum in version 0.6.0.
- Breaking: Add support for `SERVICE_SYSTEM_START` and `SERVICE_BOOT_START` in service
start type. This is breaking since the `ServiceStartType` enum is exhaustive.
- Add function for obtaining service SID infos. (See: `Service::get_config_service_sid_info`).

### Changed
Expand Down

0 comments on commit c4a368d

Please sign in to comment.