From: Peter van Dijk Date: Sun, 31 May 2020 21:46:02 +0000 (+0200) Subject: auth: add #8497 to changelog X-Git-Tag: dnsdist-1.5.0-rc3~25^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F9180%2Fhead;p=thirdparty%2Fpdns.git auth: add #8497 to changelog --- diff --git a/docs/changelog/4.2.rst b/docs/changelog/4.2.rst index 4f0ebdb3c0..7212a97ee7 100644 --- a/docs/changelog/4.2.rst +++ b/docs/changelog/4.2.rst @@ -81,6 +81,14 @@ Changelogs for 4.2.x API: reduce number of database connections (Kees Monshouwer) + .. change:: + :tags: Bug Fixes + :pullreq: 8497 + + Clear the caches for the entire zone after a patch operation (was apex only). + The default default-api-rectify setting was ignored in patchZone(), rectify only took place when the API-RECTIFY metadata was set to "1". + (Kees Monshouwer) + .. change:: :tags: Improvements :pullreq: 8546