Skip to content

Commit

Permalink
0.15 migration: Touch up entry for PR 15196 (#1849)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett authored Nov 26, 2024
1 parent 6026b22 commit 291bda9
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
>
This section is optional. If there are no breaking changes, you can delete this section.
Some commands and methods for adding children to an entity were renamed for consistency.


- If this PR is a breaking change (relative to the last release of Bevy), describe how a user might need to migrate their code to support these changes

rename any use of `push_children()` to the updated `add_children()`
|0.14|0.15|
|-|-|
|`EntityCommands::push_children`|`add_children`|
|`PushChild`|`AddChild`|
|`PushChildren`|`AddChildren`|

0 comments on commit 291bda9

Please sign in to comment.