diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 41c450fa54..7b3ca0d70b 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst @@ -117,13 +117,6 @@ New Features / Enhancements in 4.3 - Image-related enhancements: -- Distribution-related enhancements: - - - The ``poky`` distribution enables the generation of :term:`SPDX` manifests. - - - The ``poky-altcfg`` distribution enables the ``usrmerge`` - :ref:`distro feature `. - - wic Image Creator enhancements: - FIT image related improvements: @@ -220,6 +213,8 @@ New Features / Enhancements in 4.3 - Miscellaneous changes: + - Generation of :term:`SPDX` manifests is now enabled by default. + - Git based recipes in OE-Core which used the ``git`` protocol have been changed to use `https`` where possible, as it is typically faster and more reliable.