From 995b72d2b753e6b519ca5055eaa773bd0fd98450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 8 Jan 2021 12:42:03 +0100 Subject: [PATCH] Add CHANGES entry for GL #2366 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 3010aa607c..1f80b1e6fd 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5559. [bug] The --with-maxminddb=PATH form of the build-time option + enabling support for libmaxminddb was not working + correctly. This has been fixed. [GL #2366] + 5558. [bug] Asynchronous hook modules could assert due to the fetch handle being detached too late. [GL #2379]