From c213e26e1f746a33eb27efd508d4a63680828b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20F=C3=A4rnstrand?= Date: Tue, 16 Apr 2024 09:56:59 +0200 Subject: [PATCH] Fix wrong changelog entry about SessionChangeReason --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4932466..7282dfa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Breaking: Make a bunch of enums `#[non_exhaustive]`: `Error`, `PowerBroadcastSetting`, - `PowerEventParam`, `SessionChangeReason` and `ServiceControl`. + `PowerEventParam` and `ServiceControl`. - Breaking: Upgrade `windows-sys` dependency to 0.52