doc: release-notes: fix syntax issues

This patch fixes a couple of syntax issues that lead to incorrectly
rendered content:

- Bad list indentation
- Missing blank line between list item and sub-item.

Also made 'label' a literal.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-09-22 15:14:30 +02:00 committed by Fabio Baltieri
commit fa308ca191

View file

@ -127,9 +127,9 @@ Deprecated in this release
Related Kconfig :kconfig:option:`CONFIG_STM32_LPTIM_CLOCK` option is now Related Kconfig :kconfig:option:`CONFIG_STM32_LPTIM_CLOCK` option is now
deprecated. deprecated.
* 'label' property from devicetree as a base property. The property is still * ``label`` property from devicetree as a base property. The property is still
valid for specific bindings to specify like :dtcompatible:`gpio-leds` and valid for specific bindings to specify like :dtcompatible:`gpio-leds` and
:dtcompatible:`fixed-partitions`. :dtcompatible:`fixed-partitions`.
* Bluetooth mesh Configuration Client API prefixed with ``bt_mesh_cfg_`` * Bluetooth mesh Configuration Client API prefixed with ``bt_mesh_cfg_``
is deprecated in favor of a new API with prefix ``bt_mesh_cfg_cli_``. is deprecated in favor of a new API with prefix ``bt_mesh_cfg_cli_``.
@ -652,6 +652,7 @@ HALs
**** ****
* Atmel * Atmel
* sam: Fix incorrect CIDR values for revision b silicon of SAMV71 devices. * sam: Fix incorrect CIDR values for revision b silicon of SAMV71 devices.
* Espressif * Espressif