Commit ad845fd1 authored by Tomi Fontanilles's avatar Tomi Fontanilles Committed by Fabio Baltieri
Browse files

doc: releases: add entry for the zephyr/psa/key_ids.h header file



Advertise the newly-introduced header file as it's meant
to be used by subsystem and application developers.

Signed-off-by: default avatarTomi Fontanilles <tomi.fontanilles@nordicsemi.no>
parent 863a831c
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -801,6 +801,11 @@ Other notable changes
  Any more descriptive subsystem or driver changes. Do you really want to write
  a paragraph or is it enough to link to the api/driver/Kconfig/board page above?

* A header file has been introduced to allocate ID ranges for persistent keys in the PSA Crypto API.
  It defines the ID ranges allocated to different users of the API (application, subsystems...).
  Users of the API must now use this header file to construct persistent key IDs.
  See :zephyr_file:`include/zephyr/psa/key_ids.h` for more information. (:github:`85581`)

* Space-separated lists support has been removed from Twister configuration
  files. This feature was deprecated a long time ago. Projects that do still use
  them can use the :zephyr_file:`scripts/utils/twister_to_list.py` script to