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) - -
-
ECS
-
- -The type `UnsafeWorldCellEntityRef` has been renamed to UnsafeEntityCell - ### [Replace `RemovedComponents` backing with `Events`](https://github.com/bevyengine/bevy/pull/5680)