From: Kim Alvefur Date: Mon, 7 Feb 2022 12:12:50 +0000 (+0100) Subject: changelog: break out #10074 and call it a feature X-Git-Tag: rec-4.7.0-beta1~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78e6352fe51212c575235cdba461f47a2e6f8215;p=thirdparty%2Fpdns.git changelog: break out #10074 and call it a feature because it adds a new setting, among other improvements also to make it easier to discover which version added that setting --- diff --git a/docs/changelog/4.5.rst b/docs/changelog/4.5.rst index f25926a02a..5c39d760bd 100644 --- a/docs/changelog/4.5.rst +++ b/docs/changelog/4.5.rst @@ -374,10 +374,16 @@ Changelogs for 4.5.x .. change:: :tags: Bug Fixes - :pullreq: 9766, 9844, 9919, 10074 + :pullreq: 9766, 9844, 9919 Fixed bugs in the implementations of the ``SVCB``, ``HTTPS``, ``IPSECKEY`` and ``APL`` types. + .. change:: + :tags: New Features + :pullreq: 10074 + + ``SVCB`` improvements, including a new ``svc-autohints`` setting + .. change:: :tags: New Features :pullreq: 10078, 10172, 10121, 10256, 10234