From ffe2ccf1701b608499da8e32b4081ae0d1585a32 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 30 Oct 2018 17:31:47 +0100 Subject: [PATCH] changelog: pick changes from 1.5.2 --- doc/82-Changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/82-Changelog.md b/doc/82-Changelog.md index 8f7fda55..f697c27e 100644 --- a/doc/82-Changelog.md +++ b/doc/82-Changelog.md @@ -32,6 +32,14 @@ master (will be 1.6.0) ### REST API * FIX: No more invalid JSON in some special circumstances (#1314) +### User Interface +* FIX: Hostgroup assignment cache has been fixed (#1574, #1618) + +### DB Schema +* FIX: missing user/timeperiod constraint. We usually do not touch the schema + in minor versions, this has been cherry-picked by accident. However, don't + worry - the migration has been tested intensively. + 1.5.1 ----- ### Fixed issues