From 1ee74707bd2e3ad0a56a52a460c062ab89a0c802 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Thu, 19 Jun 2025 20:15:40 +0200 Subject: [PATCH] NEWS: mention console type in domain capabilities MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roman Bogorodskiy Reviewed-by: Ján Tomko --- NEWS.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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** -- 2.47.3