From d55fab3aa7d585dde952afc6fb246bc4929ee156 Mon Sep 17 00:00:00 2001 From: Alex Adamson Date: Wed, 21 Nov 2018 14:35:01 -0500 Subject: [PATCH] Add changelog entry --- changelog/379.bugfix.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changelog/379.bugfix.rst diff --git a/changelog/379.bugfix.rst b/changelog/379.bugfix.rst new file mode 100644 index 0000000..f77ad12 --- /dev/null +++ b/changelog/379.bugfix.rst @@ -0,0 +1,2 @@ +Attributes of _WARNING_DETAILS are checked to make sure they can be dumped +prior to serializing the warning for submission to the master node.