From: Roman Bogorodskiy Date: Thu, 19 Jun 2025 18:15:40 +0000 (+0200) Subject: NEWS: mention console type in domain capabilities X-Git-Tag: v11.5.0-rc1~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ee74707bd2e3ad0a56a52a460c062ab89a0c802;p=thirdparty%2Flibvirt.git NEWS: mention console type in domain capabilities Signed-off-by: Roman Bogorodskiy Reviewed-by: Ján Tomko --- diff --git a/NEWS.rst b/NEWS.rst index 7d7df72a50..184df16547 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -47,6 +47,17 @@ v11.5.0 (unreleased) * **Improvements** + * Include supported console types in domain capabilities + + Domain capabilities now include information about supported console types, such as:: + + + + pty + tcp + + + * **Bug fixes**