]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
changelog: break out #10074 and call it a feature 11299/head
authorKim Alvefur <zash@zash.se>
Mon, 7 Feb 2022 12:12:50 +0000 (13:12 +0100)
committerKim Alvefur <zash@zash.se>
Mon, 7 Feb 2022 12:14:37 +0000 (13:14 +0100)
because it adds a new setting, among other improvements

also to make it easier to discover which version added that setting

docs/changelog/4.5.rst

index f25926a02a2056b524a192d250fa3310f17141b8..5c39d760bde2d3f0e84bfeadbad76e09e5a4b20c 100644 (file)
@@ -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