From 4e9a09f33fe1a38a36fd48ab7f6831c3a2e38314 Mon Sep 17 00:00:00 2001 From: lumapu Date: Thu, 9 Nov 2023 23:01:08 +0100 Subject: [PATCH] 0.8.3 * fix null ptr PR #1222 --- src/CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CHANGES.md b/src/CHANGES.md index f24c77fcc..4547d6ed6 100644 --- a/src/CHANGES.md +++ b/src/CHANGES.md @@ -4,6 +4,7 @@ * fix yield day reset during day #848 * add total AC Max Power to WebUI * fix opendtufusion build (GxEPD patch) +* fix null ptr PR #1222 ## 0.8.2 - 2023-11-08 * beautified inverter settings in `setup` (preperation for future, settings become more inverter dependent)