Skip to content

Commit 4b83cfc

Browse files
committed
update changelog
1 parent 35c3234 commit 4b83cfc

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
- Exports `IOTaskPool`, `ComputePool`, and `AsyncComputePool` in `bevy_tasks` crate.
1010
- [Parallel queries for distributing work over with the `ParallelIterator` trait.][292]
1111
- e.g. `query.iter().par_iter(batch_size).for_each(/* ... */)`
12+
- [Added gamepad support using Gilrs][280]
13+
- [Implement WASM support for bevy_winit][503]
14+
- [Create winit canvas under WebAssembly][506]
15+
- [Implement single threaded task scheduler for WebAssembly][496]
1216
- [Support for binary glTF (.glb).][271]
1317
- [Support for `Or` in ECS queries.][358]
1418
- [Added methods `unload()` and `unload_sync()` on `SceneSpawner` for unloading scenes.][339].
@@ -33,11 +37,12 @@
3337
- Added more instructions for Linux dependencies
3438
- [Arch / Manjaro][275], [NixOS][290], [Ubuntu][463] and [Solus][331]
3539
- [Provide shell.nix for easier compiling with nix-shell][491]
40+
- [Add `AppBuilder::add_startup_stage_|before/after`][505]
3641

3742
### Changed
3843

3944
- [Transform rewrite][374]
40-
- [Bump entities to u128 to avoid collisions][393]
45+
- [Use generational entity ids and other optimizations][504]
4146
- [Optimize transform systems to only run on changes.][417]
4247
- [Send an AssetEvent when modifying using `get_id_mut`][323]
4348
- [Rename `Assets::get_id_mut` -> `Assets::get_with_id_mut`][332]
@@ -61,6 +66,7 @@
6166
- [Remove child from parent when it is despawned][386]
6267
- [Initialize App.schedule systems when running the app][444]
6368
- [Fix missing asset info path for synchronous loading][486]
69+
- [fix font atlas overflow][495]
6470

6571
### Internal Improvements
6672
- Many improvements to Bevy's CI [#325][325], [#349][349], [#357][357], [#373][373], [#423][423]
@@ -71,6 +77,7 @@
7177
[270]: https://github.com/bevyengine/bevy/pull/270
7278
[271]: https://github.com/bevyengine/bevy/pull/271
7379
[275]: https://github.com/bevyengine/bevy/pull/275
80+
[280]: https://github.com/bevyengine/bevy/pull/280
7481
[290]: https://github.com/bevyengine/bevy/pull/290
7582
[292]: https://github.com/bevyengine/bevy/pull/292
7683
[304]: https://github.com/bevyengine/bevy/pull/304
@@ -98,7 +105,6 @@
98105
[385]: https://github.com/bevyengine/bevy/pull/385
99106
[386]: https://github.com/bevyengine/bevy/pull/386
100107
[390]: https://github.com/bevyengine/bevy/pull/390
101-
[393]: https://github.com/bevyengine/bevy/pull/393
102108
[394]: https://github.com/bevyengine/bevy/pull/394
103109
[396]: https://github.com/bevyengine/bevy/pull/396
104110
[339]: https://github.com/bevyengine/bevy/pull/339
@@ -115,6 +121,12 @@
115121
[485]: https://github.com/bevyengine/bevy/pull/485
116122
[486]: https://github.com/bevyengine/bevy/pull/486
117123
[491]: https://github.com/bevyengine/bevy/pull/491
124+
[495]: https://github.com/bevyengine/bevy/pull/495
125+
[496]: https://github.com/bevyengine/bevy/pull/496
126+
[503]: https://github.com/bevyengine/bevy/pull/503
127+
[504]: https://github.com/bevyengine/bevy/pull/504
128+
[505]: https://github.com/bevyengine/bevy/pull/505
129+
[506]: https://github.com/bevyengine/bevy/pull/506
118130

119131
## Version 0.1.3 (2020-8-22)
120132

0 commit comments

Comments
 (0)