From 3e139ecd454dbb575b9a95afd7defa9863aa60ed Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Tue, 24 Sep 2019 09:55:10 +0200 Subject: [PATCH] Clean up release notes Change-Id: If32e9b4fe131c0fc6990d5d9a61ba4fc57fc8f0a --- .../notes/handle-fd0-devices-3d1f31c3b34819e8.yaml | 7 ++++--- releasenotes/notes/lshw-cb89894be057bdc9.yaml | 4 ++-- .../notes/relax-checksum-feeding-11044ae02b411a07.yaml | 4 ++-- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/releasenotes/notes/handle-fd0-devices-3d1f31c3b34819e8.yaml b/releasenotes/notes/handle-fd0-devices-3d1f31c3b34819e8.yaml index ca75d157c..9b411e7dd 100644 --- a/releasenotes/notes/handle-fd0-devices-3d1f31c3b34819e8.yaml +++ b/releasenotes/notes/handle-fd0-devices-3d1f31c3b34819e8.yaml @@ -6,6 +6,7 @@ fixes: other: - | The default ``list_all_block_devices`` hardware manager method has been - changed to ignore floppy disk devices. An argument ``ignore_floppy`` - with a default value of ``True``. A value of ``False`` may be passed - to the ``list_all_block_devices`` method to include such devices. + changed to ignore floppy disk devices, introducing an argument + ``ignore_floppy`` with a default value of ``True``. + A value of ``False`` may be passed to the ``list_all_block_devices`` + method to include such devices. diff --git a/releasenotes/notes/lshw-cb89894be057bdc9.yaml b/releasenotes/notes/lshw-cb89894be057bdc9.yaml index 94a97a3f9..51f9ae68f 100644 --- a/releasenotes/notes/lshw-cb89894be057bdc9.yaml +++ b/releasenotes/notes/lshw-cb89894be057bdc9.yaml @@ -1,5 +1,5 @@ --- fixes: - | - The ``lshw`` output no longer pollutes the debug logging. Instead, it's - stored as part of the ramdisk logs. + The ``lshw`` output no longer pollutes the debug logging, instead + it's now stored as part of the ramdisk logs. diff --git a/releasenotes/notes/relax-checksum-feeding-11044ae02b411a07.yaml b/releasenotes/notes/relax-checksum-feeding-11044ae02b411a07.yaml index 1cf3bc92c..aeb156ca7 100644 --- a/releasenotes/notes/relax-checksum-feeding-11044ae02b411a07.yaml +++ b/releasenotes/notes/relax-checksum-feeding-11044ae02b411a07.yaml @@ -1,8 +1,8 @@ --- fixes: - | - Fixes an issue that md5 checksum is still required in the image + Fixes an issue where md5 checksum is still required in the image information when os_hash_algo and os_hash_value are present. The ``checksum`` field is now optional, while ``os_hash_algo`` and ``os_hash_value`` fields must be set if the ``checksum`` field is - not provided. \ No newline at end of file + not provided.