Fix nits and typos on release note message.

Fixing some nits and typos.

Change-Id: Ia6c2dbcd99d88bf23e5e8fda7ba9321c7f6cc3aa
This commit is contained in:
Hervé Beraud 2019-03-19 14:06:25 +01:00 committed by Ben Nemec
parent 2e3aa0d851
commit 6fe7f659de
1 changed files with 4 additions and 4 deletions

View File

@ -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.