Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions content/learn/book/migration-guides/0.9-0.10/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<div class="migration-guide-area-tags">
<div class="migration-guide-area-tag">ECS</div>
</div>

The type `UnsafeWorldCellEntityRef` has been renamed to UnsafeEntityCell

### [Replace `RemovedComponents<T>` backing with `Events<Entity>`](https://github.com/bevyengine/bevy/pull/5680)

<div class="migration-guide-area-tags">
Expand Down