diff --git a/CHANGELOG.md b/CHANGELOG.md index 51550ab5e5..7d22bc7c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ to view all changes since the `0.2.1` release. - Despawning an entity multiple times causes a debug-level log message to be emitted instead of a panic: [#649][649], [#651][651] - [Migrated to Rodio 0.12][692] - New method of playing audio can be found in the examples. +- Added support for inserting custom initial values for `Local` system resources [#745][745] ### Fixed @@ -147,6 +148,7 @@ to view all changes since the `0.2.1` release. [740]: https://github.com/bevyengine/bevy/pull/740 [741]: https://github.com/bevyengine/bevy/pull/741 [744]: https://github.com/bevyengine/bevy/pull/744 +[745]: https://github.com/bevyengine/bevy/pull/745 [752]: https://github.com/bevyengine/bevy/pull/752