From c681687b0c3725fece8e9af8fd466933015a815f Mon Sep 17 00:00:00 2001 From: Dinculescu Date: Mon, 26 Aug 2024 11:21:21 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf4bce..6c343a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,16 @@ file. This change log follows the conventions of ## [Rust Unreleased][Unreleased] +### Changed + +- To align with the latest API updates, the `overheated` field for plugs has been replaced by three enums: `overcurrent_status`, `overheat_status`, and `power_protection_status` (thanks to @padenot). + ## [Python Unreleased][Unreleased] +### Changed + +- To align with the latest API updates, the `overheated` field for plugs has been replaced by three enums: `overcurrent_status`, `overheat_status`, and `power_protection_status`. + ## [Rust v0.7.12][v0.7.12] - 2024-06-27 ### Changed