]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Combine three related merges 10882/head
authorOtto <otto.moerbeek@open-xchange.com>
Fri, 22 Oct 2021 13:51:00 +0000 (15:51 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Mon, 25 Oct 2021 10:45:52 +0000 (12:45 +0200)
pdns/recursordist/docs/changelog/4.6.rst

index 02c1185f6e4b0170882dc67c6e049b20e57d7c5e..14e94cf7aa9ab1a427510b18a22e7d2ec9a18709 100644 (file)
@@ -7,21 +7,9 @@ Changelogs for 4.6.X
 
   .. change::
     :tags: Improvements
-    :pullreq: 10870
+    :pullreq: 10646,10868,10870
 
-    Use make_unique instead of new (Rosen Penev).
-
-  .. change::
-    :tags: Improvements
-    :pullreq: 10868
-
-    Get rid of make_pair (Rosen Penev).
-
-  .. change::
-    :tags: Improvements
-    :pullreq: 10646
-
-    Convert make_pair to emplace (Rosen Penev).
+    Move to modern C++ constructs (Rosen Penev).
 
   .. change::
     :tags: Bug Fixes
@@ -46,7 +34,7 @@ Changelogs for 4.6.X
     :pullreq: 10567
     :tickets: 7558,7420
 
-    Introduce experimental Event Trace function to more detailed view the work done by the Recursor.
+    Introduce experimental Event Trace function to get a more detailed view the work done by the Recursor.
 
   .. change::
     :tags: Improvements