v0.4.5
This commit is contained in:
+8
-1
@@ -1,4 +1,11 @@
|
||||
# GREE Controller v0.4.4 - build and validation report
|
||||
# GREE Controller v0.4.5 - build and validation report
|
||||
|
||||
## v0.4.5 compile fix
|
||||
|
||||
- Fixed Rust borrow-checker error `E0502` in `GreeProtocol::poll`.
|
||||
- The bound device key is now cloned into an owned `String` before mutating the `Device` with `apply_status`.
|
||||
- Subsequent full/core/`OutEnvTem` status requests borrow that owned key, so no immutable borrow of `device.key` survives across the mutable device update.
|
||||
|
||||
|
||||
## Scope
|
||||
|
||||
|
||||
Reference in New Issue
Block a user