From: Daniel Henrique Barboza Date: Tue, 22 Sep 2020 12:18:29 +0000 (-0300) Subject: NEWS.rst: update NVDIMM changes entry X-Git-Tag: v6.8.0-rc1~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eec19514ffb101b3247234757b8fdf6eb9661565;p=thirdparty%2Flibvirt.git NEWS.rst: update NVDIMM changes entry Reviewed-by: Andrea Bolognani Signed-off-by: Daniel Henrique Barboza --- diff --git a/NEWS.rst b/NEWS.rst index c949cb941b..e992fbe471 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -52,7 +52,8 @@ v6.8.0 (unreleased) The auto-alignment logic was removed in v6.7.0 in favor of requiring the size provided by the user to be already aligned; however, this had the unintended consequence of breaking some existing guests. v6.8.0 restores - the previous behavior. + the previous behavior with an improvement: it also reflects the auto-aligned + value in the domain XML. * **Bug fixes**