diff --git a/docs/news.xml b/docs/news.xml index ae4ee444d0f6acd0c8e51122ceb36f1c914f55fa..26f50461c37d25d082fb70aae96c61fefeb3f39c 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -45,6 +45,19 @@
+
+ + + Removed support for INI style of comments + + + With switching of our internal code to GLib, parsing of client + authentication config files is handed over to GLib which does not + support INI style of comments starting with a semicolon + (;). Use number sign (#) instead. + + +