From 5170a4daacf84632b5216e2f833454204bebcb64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fin=20Maa=C3=9F?= Date: Thu, 10 Apr 2025 10:37:55 +0200 Subject: [PATCH] doc: release: mention DT_ENUM_HAS_VALUE change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit mention DT_ENUM_HAS_VALUE change in release notes. Signed-off-by: Fin Maaß --- doc/releases/migration-guide-4.2.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/migration-guide-4.2.rst b/doc/releases/migration-guide-4.2.rst index f3fb18efe64..e382db763e5 100644 --- a/doc/releases/migration-guide-4.2.rst +++ b/doc/releases/migration-guide-4.2.rst @@ -97,6 +97,9 @@ Devicetree superfamily. Therefore, any dts files for boards that use Series 2 SoCs will need to change their include from ``#include `` to ``#include ``. +* The :c:macro:`DT_ENUM_HAS_VALUE` and :c:macro:`DT_INST_ENUM_HAS_VALUE` macros are now + checking all values, when used on an array, not just the first one. + DAI ===