From 625add4f416e8916874d95698d5d411000895a07 Mon Sep 17 00:00:00 2001 From: Anton Arefiev Date: Thu, 11 Aug 2016 12:16:53 +0300 Subject: [PATCH] Fix release notes formatting Change-Id: I7ecc9ed5382f72a6cd440ac5c02d4f0eee6060db --- ...eck-formatted-value-from-nonstring-3d851cb42ce3a0ac.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/check-formatted-value-from-nonstring-3d851cb42ce3a0ac.yaml b/releasenotes/notes/check-formatted-value-from-nonstring-3d851cb42ce3a0ac.yaml index 90d9069d7..c98628c3f 100644 --- a/releasenotes/notes/check-formatted-value-from-nonstring-3d851cb42ce3a0ac.yaml +++ b/releasenotes/notes/check-formatted-value-from-nonstring-3d851cb42ce3a0ac.yaml @@ -1,5 +1,5 @@ --- fixes: - This fixes setting non string 'value' field for rule's - actions. As non string value is obviously not a formatted - value, this adds a check to avoid AttributeError exception. + - Fix setting non string 'value' field for rule's actions. As + non string value is obviously not a formatted value, add the + check to avoid AttributeError exception.