From: Peter Krempa Date: Fri, 21 Jun 2019 06:33:07 +0000 (+0200) Subject: news: Mention VIR_ERR_DEPRECATED in improvements X-Git-Tag: v5.5.0-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3026f6d9d986ad63c4b4a1c57589e6d05b71bd70;p=thirdparty%2Flibvirt.git news: Mention VIR_ERR_DEPRECATED in improvements Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- diff --git a/docs/news.xml b/docs/news.xml index cada389092..216134cd77 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -64,6 +64,16 @@
+ + + Add error code for deprecated operations + + + The new error code VIR_ERR_DEPRECATED allows for more reliable checks + of scenarios where libvirt deprecated a certain operation or + configuration. + +