Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
IceSentry committed Feb 6, 2023
1 parent 55150d1 commit 7d5bb38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/learn/book/migration-guides/0.9-0.10/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ let mut sub_app = App::new()
app.insert_sub_app(MySubAppLabel, SubApp::new(sub_app, extract_fn));
```

### [asset: make HandleUntyped::id private](https://github.com/bevyengine/bevy/pull/7076)
### [Make HandleUntyped::id private](https://github.com/bevyengine/bevy/pull/7076)

<div class="migration-guide-area-tags">
<div class="migration-guide-area-tag">Assets</div>
Expand Down Expand Up @@ -91,7 +91,7 @@ _Note for maintainers: this migration guide makes more sense if it’s placed ab

The trait method `ExclusiveSystemParamState::apply` has been removed. If you have an exclusive system with buffers that must be applied, you should apply them within the body of the exclusive system.

### [add `UnsafeWorldCell` abstraction](https://github.com/bevyengine/bevy/pull/6404)
### [Add `UnsafeWorldCell` abstraction](https://github.com/bevyengine/bevy/pull/6404)

<div class="migration-guide-area-tags">
<div class="migration-guide-area-tag">ECS</div>
Expand Down Expand Up @@ -371,7 +371,7 @@ You can edit the hierarchy via `EntityMut` instead.

`dynamic` feature was renamed to `dynamic_linking`

### [add `insert` and `remove` methods to `List`](https://github.com/bevyengine/bevy/pull/7063)
### [Add `insert` and `remove` methods to `List`](https://github.com/bevyengine/bevy/pull/7063)

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

0 comments on commit 7d5bb38

Please sign in to comment.