Added #745 to changelog (#784)

* Added #745 to changelog

* Update CHANGELOG.md

Co-authored-by: karroffel <thomas-github@poto.cafe>

Co-authored-by: Carter Anderson <mcanders1@gmail.com>
Co-authored-by: karroffel <thomas-github@poto.cafe>
This commit is contained in:
Oscar 2020-11-03 15:11:37 -08:00 committed by GitHub
parent 1aa832be1d
commit d682cc6e07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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] - 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] - [Migrated to Rodio 0.12][692]
- New method of playing audio can be found in the examples. - New method of playing audio can be found in the examples.
- Added support for inserting custom initial values for `Local<T>` system resources [#745][745]
### Fixed ### Fixed
@ -147,6 +148,7 @@ to view all changes since the `0.2.1` release.
[740]: https://github.com/bevyengine/bevy/pull/740 [740]: https://github.com/bevyengine/bevy/pull/740
[741]: https://github.com/bevyengine/bevy/pull/741 [741]: https://github.com/bevyengine/bevy/pull/741
[744]: https://github.com/bevyengine/bevy/pull/744 [744]: https://github.com/bevyengine/bevy/pull/744
[745]: https://github.com/bevyengine/bevy/pull/745
[752]: https://github.com/bevyengine/bevy/pull/752 [752]: https://github.com/bevyengine/bevy/pull/752