From 897412f2c992486d348b7aa6417dd3cb8cdb3441 Mon Sep 17 00:00:00 2001 From: Cameron <32912464+kiwi-cam@users.noreply.github.com> Date: Fri, 16 Jun 2023 13:57:06 +1200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f3c666..55d1040e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Added + - w1 and file temperatures will return a battery level of 100 if none found ### Fixed - Fixes log error (Thanks @hypery2k) #606 - Fan speed fixes (Thanks @dnicolson) #592 and #593