
On 09/11/2018 01:13 AM, Jim Fehlig wrote:
Signed-off-by: Jim Fehlig <jfehlig@suse.com> --- docs/news.xml | 9 +++++++++ 1 file changed, 9 insertions(+)
diff --git a/docs/news.xml b/docs/news.xml index b8bee35df0..950f3093bc 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,6 +35,15 @@ <libvirt> <release version="v4.8.0" date="unreleased"> <section title="New features"> + <change> + <summary> + Xen: Drop support for Xen 4.4 and 4.5 + </summary> + <description> + Xen 4.4 and 4.5 are no longer supported by the Xen community. + Drop support for these older versions and require Xen >= 4.6. + </description> + </change> </section> <section title="Improvements"> <change>
Alternatively, we can have new section: <section title="Removed features"> Like we did for 4.5.0 and 4.3.0 releases. ACK Michal