From ee6a9f5f70a487c803c3f7c4c6ed26194505a76f Mon Sep 17 00:00:00 2001 From: KernSani Date: Mon, 21 Jan 2019 21:21:00 +0000 Subject: [PATCH] 98_freezemon: New statistics feature git-svn-id: https://svn.fhem.de/fhem/trunk@18365 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 1 + 1 file changed, 1 insertion(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index d1ab3898f..594f73683 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 98_freezemon: New freeze statistics - bugfix: 14_CUL_TCM97001: Fix uninitialized value warning - bugfix: 14_CUL_REDIRECT: Fix uninitialized value warning - feature: 93_DbRep: sqlCmd can handle SQL session variables, Forum:#96082