diff --git a/docs/news.xml b/docs/news.xml
index 7869178c4f..05152b8565 100644
--- a/docs/news.xml
+++ b/docs/news.xml
@@ -64,6 +64,26 @@
+
+
+ qemu: Better support for international domain names (with wide characters)
+
+
+ There were some issues with multi-byte domains getting lost
+ on daemon restart due to truncation, so the code now handles
+ multi-byte names a bit better.
+
+
+
+
+ qemu: Support long domain names with namespaces
+
+
+ Domains with extremely long names would fail to start due to
+ temporary namespace paths being created with the whole name.
+ The path is now generated with shortened name instead.
+
+