From 3ecbec36aac5a5199cf37b0d56b34a13fd1cf65b Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Fri, 15 Nov 2019 19:03:20 -0400 Subject: [PATCH] Update changelog Signed-off-by: Roberto Rosario --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 6f3a8da471..cf46e1e96c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,6 +19,10 @@ - Add missing Event class cache invalidation when calling the refresh() method. - Use timezone aware date for document statistics. +- Show placeholder label on invalid action classes + Instead of throwing an error a sample label of + "Unknown action type" will be used and allow users to + delete the unknown state action. 3.2.9 (2019-11-03) ==================