Skip to content

Commit

Permalink
doc: release-notes: inform about regulator APIs relocation
Browse files Browse the repository at this point in the history
consumer.h APIs are now part of regulator.h.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull authored and carlescufi committed Nov 14, 2022
1 parent f7cb093 commit a236138
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/releases/release-notes-3.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ API Changes

Changes in this release
=======================

* Bluetooth: :kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_RECEIVER`
and :kconfig:option:`CONFIG_BT_PER_ADV_SYNC_TRANSFER_SENDER` have been
added to enable the PAST implementation rather than
Expand All @@ -33,7 +34,10 @@ Changes in this release
:kconfig:option:`CONFIG_DISK_FLASH_SECTOR_SIZE` Kconfig options have been
removed in favor of new :dtcompatible:`zephyr,flash-disk` devicetree binding.

- Starting from this release ``zephyr-`` prefixed tags won't be created
* Regulator APIs previously located in ``<zephyr/drivers/regulator/consumer.h>``
are now part of ``<zerphyr/drivers/regulator.h>``.

* Starting from this release ``zephyr-`` prefixed tags won't be created
anymore. The project will continue using ``v`` tags, for example ``v3.3.0``.

Removed APIs in this release
Expand Down

0 comments on commit a236138

Please sign in to comment.