diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index 877b70017f..bb24754ff7 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -6066,6 +6066,16 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message.
Dropping the override avoids giving the impression that
other host operating systems might be supported.
+
+ The "_remove" operator now preserves whitespace.
+ Consequently, when specifying list items to remove, be
+ aware that leading and trailing whitespace resulting from
+ the removal is retained.
+
+ See the
+ "Removal (Override Style Syntax)"
+ section in the BitBake User Manual for a detailed example.
+
@@ -6153,26 +6163,10 @@ id=f4d4f99cfbc2396e49c1613a7d237b9e57f06f81'>commit message.
BitBake Changes
- The following BitBake changes occurred:
-
-
- The "_remove" operator now preserves whitespace.
- Consequently, when specifying list items to remove, be
- aware that leading and trailing whitespace resulting from
- the removal is retained.
-
- See the
- "Removal (Override Style Syntax)"
- section in the BitBake User Manual for a detailed example.
-
-
- The server logfile
- bitbake-cookerdaemon.log is now always
- placed in the
- Build Directory
- instead of the current directory.
-
-
+ The server logfile bitbake-cookerdaemon.log is
+ now always placed in the
+ Build Directory
+ instead of the current directory.