-
-
Notifications
You must be signed in to change notification settings - Fork 4k
rename enqueue_command to queue_command for consistency #16753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
It looks like your PR is a breaking change, but you didn't provide a migration guide. Could you add some context on what users should update when this change get released in a new version of Bevy? |
I guess the Migration guides are already present for #15234, sorry for the false positive. |
It looks like your PR is a breaking change, but you didn't provide a migration guide. Could you add some context on what users should update when this change get released in a new version of Bevy? |
…6753) # Objective Fixes bevyengine#16752 ## Solution Renamed the 3 remaining instances of `enqueue_command` to `queue_command` ## Testing - Built locally ## Migration Guide All instances of the `enqueue_command` method have been renamed to `queue_command`.
Objective
Fixes #16752
Solution
Renamed the 3 remaining instances of
enqueue_command
toqueue_command
Testing
Migration Guide
All instances of the
enqueue_command
method have been renamed toqueue_command
.