-
Notifications
You must be signed in to change notification settings - Fork 351
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.15 migration: Touch up entry for PR 15196 (#1849)
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
12 changes: 6 additions & 6 deletions
12
...ase-content/0.15/migration-guides/15196_Rename_push_children_to_add_children.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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`| |