From 2d296a8d70d9605ed10a613c03a98ddba78d75be Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 17 Feb 2023 13:12:05 +0000 Subject: [PATCH] Add a CHANGES note for [GL #3880] (cherry picked from commit b086374b1de40e5b98adc0d1f8d66bdf31249f56) --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index c9d30df542..90b2def77d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6105. [bug] Detach 'rpzs' and 'catzs' from the previous view in + configure_rpz() and configure_catz(), respectively, + just after attaching it to the new view. [GL #3880] + 6098. [test] Don't test HMAC-MD5 when not supported by libcrypto. [GL #3871]