From 25c7058da5eab75c73499c9ecfb0b81a9a03c6d8 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Mon, 3 Jul 2023 16:56:36 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8397f4d9..a13d3d1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,8 @@ will consitute of a breaking change warranting a new major release: - Swapped PL and PS I2C, BPX battery and MGT are connected to PS I2C now for firmware versions above v4. However, this software version ins compatible to both v3 and v4 of the firmware. +- The firmware version variables are global statics inititalized early during the program + runtime now. This makes it possible to check the firmware version earlier. # [v6.0.0] 2023-07-02