From 11f2b01f3f02f0440d3a2da9db1f309fade27fb4 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 7 Nov 2023 03:45:54 +1100 Subject: [PATCH] Add CHANGES note for [GL #4419] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 2a72463b1d..b8a7b7ede2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +6327. [func] Nsupdate can now set the UL EDNS option when sending + UPDATE requests. [GL #4419] + 6326. [func] Add workaround to enforce dynamic linker to pull jemalloc earlier than libc to ensure all memory allocations are done via jemalloc. [GL #4404]