]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Changelog note for #391
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 8 Jan 2021 08:36:37 +0000 (09:36 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Fri, 8 Jan 2021 08:36:37 +0000 (09:36 +0100)
- Merge PR #391 from fhriley: Add start_time to reply callbacks so
  modules can compute the response time.

doc/Changelog

index 7e831333327ccfc66c66a22e38a046da8fb8cfff..fa91a09bbfac2d7473010b200a33596c5a2fb422 100644 (file)
@@ -1,3 +1,7 @@
+8 January 2021: Wouter
+       - Merge PR #391 from fhriley: Add start_time to reply callbacks so
+         modules can compute the response time.
+
 6 January 2021: Wouter
        - Fix #379: zone loading over HTTP appears to have buffer issues.
        - Merge PR #395 from mptre: add missing null check.