summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/fix-keywords-as-cfg-list-6cadc5141429d7f5.yaml8
1 files 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 215a164..8e9c465 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.