Skip to content

Commit 291bda9

Browse files
authored
0.15 migration: Touch up entry for PR 15196 (#1849)
1 parent 6026b22 commit 291bda9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
>
2-
This section is optional. If there are no breaking changes, you can delete this section.
1+
Some commands and methods for adding children to an entity were renamed for consistency.
32

4-
5-
- 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
6-
7-
rename any use of `push_children()` to the updated `add_children()`
3+
|0.14|0.15|
4+
|-|-|
5+
|`EntityCommands::push_children`|`add_children`|
6+
|`PushChild`|`AddChild`|
7+
|`PushChildren`|`AddChildren`|

0 commit comments

Comments
 (0)