From d902684c27a6dbb16db241a8cfbf497463a22aea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Rica=20Pais=20da=20Silva?= Date: Sat, 20 Apr 2024 15:47:46 +0200 Subject: [PATCH] doc: Fix migration note --- MIGRATIONS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATIONS.md b/MIGRATIONS.md index 7eb658e..9b2973a 100644 --- a/MIGRATIONS.md +++ b/MIGRATIONS.md @@ -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.