[PATCH] NEWS: Fix placement of network metadata entry

Michal Privoznik posted 1 patch 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/80d12df7452038babfe59aa0b72b7dce52df090f.1695972176.git.mprivozn@redhat.com
NEWS.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[PATCH] NEWS: Fix placement of network metadata entry
Posted by Michal Privoznik 7 months, 1 week ago
The network metadata support is a new feature in the upcoming
release, not a removed one. Place it accordingly.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 NEWS.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/NEWS.rst b/NEWS.rst
index 768e6fc326..c17a1d002d 100644
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -15,14 +15,14 @@ v9.8.0 (unreleased)
 
 * **Removed features**
 
+* **New features**
+
   * network: New metadata change event
 
     The network object now has a new event ID ``VIR_NETWORK_EVENT_ID_METADATA_CHANGE``
     that can be used to get notifications upon changes in any of ``<title>``,
     ``<description>`` or ``<metadata>``.
 
-* **New features**
-
   * qemu: Add support for vDPA block devices
 
     With a new enough version of qemu, libvirt will allow you to assign vDPA block
-- 
2.41.0
Re: [PATCH] NEWS: Fix placement of network metadata entry
Posted by Ján Tomko 7 months ago
On a Friday in 2023, Michal Privoznik wrote:
>The network metadata support is a new feature in the upcoming
>release, not a removed one. Place it accordingly.
>
>Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
>---
> NEWS.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano