From ced27cf201959e67d12b32e2f18b19cf75f3e6f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 16 Sep 2020 11:18:07 +0200 Subject: [PATCH] Add CHANGES for GL #2146 --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index ba74a88f92..fd54ef6a01 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5504. [func] The "glue-cache" option has been marked as deprecated. + The glue cache feature will be permanently enabled in a + future release. [GL #2146] + 5503. [bug] Cleaned up reference counting of network manager handles, now using isc_nmhandle_attach() and _detach() instead of _ref() and _unref(). [GL #2122]