Skip to content

Commit cad58b0

Browse files
committed
Remove a non-breaking change from the 0.10 migration guide (#593)
The type `UnsafeWorldCellEntityRef` was introduced after 0.9 and renamed before 0.10, so this was not a breaking change.
1 parent 6f766b0 commit cad58b0

File tree

1 file changed

+0
-8
lines changed
  • content/learn/book/migration-guides/0.9-0.10

1 file changed

+0
-8
lines changed

content/learn/book/migration-guides/0.9-0.10/_index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -348,14 +348,6 @@ Safety invariants on `bevy_ptr` types’ `new` `byte_add` and `byte_offset` meth
348348
- Changed `World::init_resource` to return the generated `ComponentId`.
349349
- Changed `World::init_non_send_resource` to return the generated `ComponentId`.
350350

351-
### [Add `UnsafeWorldCell` abstraction](https://github.com/bevyengine/bevy/pull/6404)
352-
353-
<div class="migration-guide-area-tags">
354-
<div class="migration-guide-area-tag">ECS</div>
355-
</div>
356-
357-
The type `UnsafeWorldCellEntityRef` has been renamed to UnsafeEntityCell
358-
359351
### [Replace `RemovedComponents<T>` backing with `Events<Entity>`](https://github.com/bevyengine/bevy/pull/5680)
360352

361353
<div class="migration-guide-area-tags">

0 commit comments

Comments
 (0)