From cb0ece1ea964bee709f6e7c6318d40a85dcd72aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Battrel?= Date: Mon, 14 Apr 2025 14:01:56 +0200 Subject: [PATCH] Doc: Release Notes: Add `util_memeq` and `util_eq` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add the two new function `util_memeq` and `util_eq` recently added in `sys/util.h` to the release notes for 4.2. Signed-off-by: Théo Battrel --- doc/releases/release-notes-4.2.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/release-notes-4.2.rst b/doc/releases/release-notes-4.2.rst index a2eb5eabe92..59346c68a58 100644 --- a/doc/releases/release-notes-4.2.rst +++ b/doc/releases/release-notes-4.2.rst @@ -167,6 +167,11 @@ New APIs and options * :c:func:`counter_reset` +* Sys + + * :c:func:`util_eq` + * :c:func:`util_memeq` + New Boards **********