From bbb32bcae51e6f927d418dd89e08b0fa0fc87edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98yvind=20R=C3=B8nningstad?= Date: Fri, 27 Sep 2024 12:13:23 +0200 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Grzegorz Ferenc <41291385+greg-fer@users.noreply.github.com> --- .../releases/release-notes-changelog.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst index 03c32cae08e..32baa2c17af 100644 --- a/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst +++ b/doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst @@ -652,7 +652,9 @@ Debug libraries DFU libraries ------------- -* fmfu_fdev: Regenerated generated code files using zcbor 0.9.0. +* :ref:`lib_fmfu_fdev`: + + * Regenerated the code files using zcbor v0.9.0. Gazell libraries ---------------- @@ -889,8 +891,8 @@ Shell libraries |no_changes_yet_note| -sdfw ----- +Secure Domain Firmware (SDFW) libraries +--------------------------------------- * sdfw_services: Regenerated generated code files using zcbor 0.9.0. @@ -999,11 +1001,9 @@ zcbor Migration guide at https://github.com/NordicSemiconductor/zcbor/blob/0.9.0/MIGRATION_GUIDE.md Highlights: - * Many code generation bugfixes - - * You can now decide at run-time whether the decoder should enforce canonical encoding. - - * Allow --file-header to accept a path to a file with header contents + * You can now decide at runtime whether the decoder should enforce canonical encoding. + * Allow ``--file-header`` to accept a path to a file with header contents. + * Many code generation bug fixes. Trusted Firmware-M ==================