From: W.C.A. Wijngaards Date: Fri, 8 Jan 2021 08:36:37 +0000 (+0100) Subject: Changelog note for #391 X-Git-Tag: release-1.13.1rc1~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260837e05000e9f82977afd8c3887568f7c136e5;p=thirdparty%2Funbound.git Changelog note for #391 - Merge PR #391 from fhriley: Add start_time to reply callbacks so modules can compute the response time. --- diff --git a/doc/Changelog b/doc/Changelog index 7e8313333..fa91a09bb 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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.