Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

### Migration Guide

## `bevy_landmass` [0.11.0] / `landmass_rerecast` [0.2.0] - 2026-01-29

### Migration Guide

- bevy_landmass and landmass_rerecast: Updated to Bevy 0.18!
- bevy_landmass: The default system schedule is now `FixedPreUpdate`. For most users, this is a more sensible default and will work just as well as before.
If you need to continue running landmass in a variable timestep, you can restore the previous behavior by first setting the schedule to `RunFixedMainLoop`, e.g. for 3D:
```rust
Expand Down