mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
b61a924fbe
# Objective Make release notes and migration guides show up first when viewing PRs in github. ## Solution Prefix the release-content directory with `_` so it sorts first. ## Testing See for yourself.
325 B
325 B
title, pull_requests
| title | pull_requests | |
|---|---|---|
| `World::entities_allocator` is now `World::entity_allocator` |
|
World::entities_allocator() has been renamed to World::entity_allocator() to match the type returned (EntityAllocator). Likewise, World::entities_allocator_mut() has been renamed to World::entity_allocator_mut().