From cd1f9c3d36238d080fa5fdf25ff7cdabdd15d3b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Tue, 3 May 2022 15:10:49 +0200 Subject: [PATCH] Add CHANGES note for [GL !6243] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index edd4233b05..23c72d1811 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5895. [test] Add new set of unit test macros and move the unit + tests under single namespace in /tests/. [GL !6243] + 5894. [func] Avoid periodic interface re-scans on Linux by default, where a reliable event-based mechanism for detecting interface state changes is available.