From: Tom Krizek Date: Tue, 15 Aug 2023 13:01:43 +0000 (+0200) Subject: Add CHANGES note for [GL #4250] X-Git-Tag: v9.19.18~78^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=363677bde7deeabd42ec0817e0f299c081b80053;p=thirdparty%2Fbind9.git Add CHANGES note for [GL #4250] --- diff --git a/CHANGES b/CHANGES index 9497883e3ff..6666cc80f69 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +6252. [test] Python system tests have to be executed by invoking + pytest directly. Executing them with the legacy test + runner is no longer supported. [GL #4250] + 6251. [bug] Interating a hashmap could return the same element twice. [GL #3422]