summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst13
1 files 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
95 through the ``init`` program. This enabled removing the 95 through the ``init`` program. This enabled removing the
96 ``SERIAL_CONSOLES_CHECK`` variable. 96 ``SERIAL_CONSOLES_CHECK`` variable.
97 97
98- New classes:
99
100 - A ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests
101
102 - A :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code
103 available to C and C++ programs.
104
105- QEMU / ``runqemu`` enhancements: 98- QEMU / ``runqemu`` enhancements:
106 99
107 - QEMU has been upgraded to version 8.1 100 - QEMU has been upgraded to version 8.1
@@ -115,6 +108,12 @@ New Features / Enhancements in 4.3
115 108
116 - Rust has been upgraded to version 1.70 109 - Rust has been upgraded to version 1.70
117 110
111 - New ``ptest-cargo`` class was added to allow Cargo based recipes to easily add ptests
112
113 - New :ref:`ref-classes-cargo_c` class was added to allow recipes to make Rust code
114 available to C and C++ programs. See
115 ``meta-selftest/recipes-devtools/rust/rust-c-lib-example_git.bb`` for an example.
116
118- Image-related enhancements: 117- Image-related enhancements:
119 118
120- wic Image Creator enhancements: 119- wic Image Creator enhancements: