diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5079a..64bfc48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [0.7.0] - 2024-04-12 ### 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` to 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 up until now. +- Breaking: Add support for `LidSwitchStateChange` in `PowerBroadcastSetting`. This is breaking + since `PowerBroadcastSetting` is an exhaustive enum. +- Breaking: Add support for `SERVICE_SYSTEM_START` and `SERVICE_BOOT_START` to 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