bevy/docs
Sean Kim 294e0db719
Rename track_change_detection flag to track_location (#17075)
# Objective

- As stated in the related issue, this PR is to better align the feature
flag name with what it actually does and the plans for the future.
- Fixes #16852 

## Solution

- Simple find / replace

## Testing

- Local run of `cargo run -p ci`

## Migration Guide

The `track_change_detection` feature flag has been renamed to
`track_location` to better reflect its extended capabilities.
2025-01-01 18:43:47 +00:00
..
cargo_features.md Rename track_change_detection flag to track_location (#17075) 2025-01-01 18:43:47 +00:00
debugging.md Replace the wgpu_trace feature with a field in bevy_render::settings::WgpuSettings (#14842) 2024-08-25 14:16:11 +00:00
linters.md ✏️ Fix typos across bevy (#16702) 2024-12-08 01:18:39 +00:00
linux_dependencies.md Update linux dependency documentation for NixOS (and nix) (#16881) 2024-12-29 19:20:51 +00:00
profiling.md Improve profiling instructions (#16299) 2024-12-05 18:41:58 +00:00