doc: releases: add k_realloc()

add k_realloc() to the release notes.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-05-13 13:04:11 +02:00 committed by Alberto Escolar
commit c00288c37d

View file

@ -93,6 +93,9 @@ Kernel
* Added :c:func:`k_uptime_seconds` function to simplify `k_uptime_get() / 1000` usage.
* Added :c:func:`k_realloc`, that uses kernel heap to implement traditional :c:func:`realloc`
semantics.
Bluetooth
*********
* Audio