From d72d0149b0f34e39130ebd14ba1b968b2435fbb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Thu, 23 Sep 2021 10:24:01 +0200 Subject: [PATCH] Add CHANGES note for [GL !5440] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index f527025ed9..a777a0500e 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5721. [func] New isc_mem_reget() realloc-like function was + introduced into the libisc API, and zero-sized + allocations now return non-NULL pointers. [GL !5440] + 5720. [contrib] Remove old-style DLZ drivers that had to be enabled during compile time. [GL #2814]