From 6fe7f659de7d3f62349c8721060f106c38e60dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Beraud?= Date: Tue, 19 Mar 2019 14:06:25 +0100 Subject: [PATCH] Fix nits and typos on release note message. Fixing some nits and typos. Change-Id: Ia6c2dbcd99d88bf23e5e8fda7ba9321c7f6cc3aa --- .../notes/fix-keywords-as-cfg-list-6cadc5141429d7f5.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releasenotes/notes/fix-keywords-as-cfg-list-6cadc5141429d7f5.yaml b/releasenotes/notes/fix-keywords-as-cfg-list-6cadc5141429d7f5.yaml index 215a1645..8e9c4657 100644 --- a/releasenotes/notes/fix-keywords-as-cfg-list-6cadc5141429d7f5.yaml +++ b/releasenotes/notes/fix-keywords-as-cfg-list-6cadc5141429d7f5.yaml @@ -1,7 +1,7 @@ --- fixes: - | - Fix error when ``keywords`` argument as a cfg list. Previously `keywords` are - considered as ``CSV_FIELDS`` and with these changes `keywords` are - now ``MULTI_FIELDS``. Refer to https://bugs.launchpad.net/pbr/+bug/1811475 - for further reading. + Fix error when ``keywords`` argument as a cfg list. Previously ``keywords`` + were ``CSV_FIELDS`` and with these changes ``keywords`` are now + ``MULTI_FIELDS``. Refer to https://bugs.launchpad.net/pbr/+bug/1811475 + for more information.