From 610a4030ba251688aa06d37fcb14613176e70755 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Mon, 6 Nov 2023 23:29:38 +1300 Subject: [PATCH] release-notes-4.3: move new classes to Rust section These are both Rust-related, let's move them the Rust section since they are more notable there. (From yocto-docs rev: 0510136abf8868d510125bae7f4096342bb94ec0) Signed-off-by: Paul Eggleton Reviewed-by: Michael Opdenacker Signed-off-by: Richard Purdie --- .../migration-guides/release-notes-4.3.rst | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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: