Skip to content

Commit

Permalink
doc: Fix migration note
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluefinger committed Apr 20, 2024
1 parent e647315 commit d902684
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MIGRATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ This **will** change the type path and the serialization format for the PRNGs, b

## Migrating from v0.5 to v0.6

As the wyrand dependency has been updated and contains a breaking output change, users of `bevy_rand` making use of the `wyrand` feature will need to update their code in cases where deterministic output from the old version is expected. The new `WyRand` output is considered to provide better entropy than the old version, so it is recommended to adopt the new version. In reality, this is likely to affect tests and serialised output rather than game code.
As the `wyrand` dependency has been updated and contains a breaking output change, users of `bevy_rand` making use of the `wyrand` feature will need to update their code in cases where deterministic output from the old version is expected. The new `WyRand` output is considered to provide better entropy than the old version, so it is recommended to adopt the new version. In reality, this is likely to affect tests and serialised output rather than game code.

0 comments on commit d902684

Please sign in to comment.