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 ===