From bad738272a416179621b87e60cfbcf95274fd723 Mon Sep 17 00:00:00 2001 From: JoJoJet <21144246+JoJoJet@users.noreply.github.com> Date: Tue, 7 Mar 2023 07:07:50 -0500 Subject: [PATCH] Remove a non-breaking change from the 0.10 migration guide This type was introduced after 0.9 and renamed before 0.10, so this is not a breaking change. --- content/learn/book/migration-guides/0.9-0.10/_index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/content/learn/book/migration-guides/0.9-0.10/_index.md b/content/learn/book/migration-guides/0.9-0.10/_index.md index f14baffe80..567908670c 100644 --- a/content/learn/book/migration-guides/0.9-0.10/_index.md +++ b/content/learn/book/migration-guides/0.9-0.10/_index.md @@ -348,14 +348,6 @@ Safety invariants on `bevy_ptr` types’ `new` `byte_add` and `byte_offset` meth - Changed `World::init_resource` to return the generated `ComponentId`. - Changed `World::init_non_send_resource` to return the generated `ComponentId`. -### [Add `UnsafeWorldCell` abstraction](https://github.com/bevyengine/bevy/pull/6404) - -
- -The type `UnsafeWorldCellEntityRef` has been renamed to UnsafeEntityCell - ### [Replace `RemovedComponents