From b1112f6c0f4bd1244cd2913bfa5f1e0b6548049a Mon Sep 17 00:00:00 2001 From: Jim Fehlig Date: Thu, 17 Jun 2021 14:21:35 -0600 Subject: [PATCH] News: Mention bump in minimum supported Xen version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jim Fehlig Reviewed-by: Daniel P. Berrangé --- NEWS.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index ef1e123606..2c7180cb95 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -11,6 +11,13 @@ For a more fine-grained view, use the `git log`_. v7.5.0 (unreleased) =================== +* **Removed features** + + * xen: Remove support for Xen < 4.9 + + In accordance with our platform support policy, the oldest supported Xen + version is now bumped from 4.6 to 4.9. + * **New features** * **Improvements**