diff mbox series

[08/12] release-notes-4.3: move new classes to Rust section

Message ID 7ecf441f78e65e32e2d9ab77ae9464daf263da0b.1699266393.git.bluelightning@bluelightning.org
State New
Headers show
Series [01/12] Remove references to apm in MACHINE_FEATURES | expand

Commit Message

Paul Eggleton Nov. 6, 2023, 10:29 a.m. UTC
These are both Rust-related, let's move them the Rust section since they
are more notable there.

Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
---
 .../migration-guides/release-notes-4.3.rst          | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index 6491504c9d2..dc689c30ada 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: