On a Thursday in 2025, Roman Bogorodskiy wrote:
Signed-off-by: Roman Bogorodskiy <bogorodskiy(a)gmail.com>
---
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::
+
+ <console supported='yes'>
+ <enum name='type'>
+ <value>pty</value>
+ <value>tcp</value>
+ </enum>
+ </console>
+
* **Bug fixes**
Reviewed-by: Ján Tomko <jtomko(a)redhat.com>
Jano