diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst index 7b3ca0d70b..8ec426c761 100644 --- a/documentation/migration-guides/release-notes-4.3.rst +++ b/documentation/migration-guides/release-notes-4.3.rst @@ -95,13 +95,6 @@ New Features / Enhancements in 4.3 through the ``init`` program. This enabled removing the ``SERIAL_CONSOLES_CHECK`` variable. -- New classes: - - - A ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests - - - A :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code - available to C and C++ programs. - - QEMU / ``runqemu`` enhancements: - QEMU has been upgraded to version 8.1 @@ -115,6 +108,12 @@ New Features / Enhancements in 4.3 - Rust has been upgraded to version 1.70 + - New ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests + + - New :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code + available to C and C++ programs. See + ``meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb`` for an example. + - Image-related enhancements: - wic Image Creator enhancements: