From: Aleš Mrázek Date: Mon, 29 Apr 2024 08:35:21 +0000 (+0200) Subject: NEWS: use slashes (JSON pointer) instead of dots when referring to configuration... X-Git-Tag: v6.0.8~24^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e4b6e0f4b4b33194ad0b5341beb9bd895d55bd2;p=thirdparty%2Fknot-resolver.git NEWS: use slashes (JSON pointer) instead of dots when referring to configuration node --- diff --git a/NEWS b/NEWS index 28c38a75a..36a3a415c 100644 --- a/NEWS +++ b/NEWS @@ -18,8 +18,8 @@ Improvements Incompatible changes -------------------- -- cache: the ``cache.prediction`` configuration property has been reorganized - into ``cache.prefetch.expiring`` and ``cache.prefetch.prediction``, changing +- cache: the ``/cache/prediction`` configuration property has been reorganized + into ``/cache/prefetch/expiring`` and ``/cache/prefetch/prediction``, changing the default behaviour as well. See the `relevant documentation section `_ for more.