summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/migration-guides/release-notes-4.3.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/documentation/migration-guides/release-notes-4.3.rst b/documentation/migration-guides/release-notes-4.3.rst
index ff4281807a..abf246bbef 100644
--- a/documentation/migration-guides/release-notes-4.3.rst
+++ b/documentation/migration-guides/release-notes-4.3.rst
@@ -167,8 +167,16 @@ New Features / Enhancements in 4.3
167 167
168- BitBake improvements: 168- BitBake improvements:
169 169
170 - A fetcher for the Google Cloud Platform (``gs://``) was added.
171
170 - The BitBake Cooker log now contains notes when the caches are 172 - The BitBake Cooker log now contains notes when the caches are
171 invalidated which is useful for memory resident bitbake debugging. 173 invalidated which is useful for memory resident BitBake debugging.
174
175 - BitBake no longer watches files with :wikipedia:`inotify <inotify>` for
176 changes, as under load this can lead to races causing build instability.
177
178 - Toaster's dependencies were upgraded to current releases, specifically
179 to Django 4.2.
172 180
173- Packaging changes: 181- Packaging changes:
174 182