From 610d6f51fbdcf1bdff9e74916029f0a7ff765c54 Mon Sep 17 00:00:00 2001 From: Patrick Zedler Date: Mon, 13 Mar 2023 01:47:22 +0100 Subject: [PATCH] Fix changelog formatting --- app/src/main/res/raw/changelog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/raw/changelog.txt b/app/src/main/res/raw/changelog.txt index 8e9bb2897..72dc6576d 100644 --- a/app/src/main/res/raw/changelog.txt +++ b/app/src/main/res/raw/changelog.txt @@ -1,4 +1,5 @@ ## 3.1.1 + - Fixed: Home Assistant core update broke session authentication, this fix can be a bit buggy (#670) - Fixed: Crashes where parsing a wrong formatted floating point number was the reason (#652)