Skip to content

Commit e8916b4

Browse files
committed
Updated CHANGELOG.md.
1 parent aef50c2 commit e8916b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
2828
* All `-Builder` structs in amethyst_ui/prefab.rs are now called `-Data`. ([#1859])
2929
* `AmethystApplication` takes in a `System` instead of a closure for `with_system`. ([#1882])
3030
* `AmethystApplication::with_thread_local` constraint relaxed to `RunNow` (previously `System`). ([#1882])
31+
* `SystemDesc` proc macro supports `#[system_desc(event_reader_id)]` to register event reader. ([#1883])
3132

3233
### Fixed
3334

@@ -39,6 +40,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
3940
[#1870]: https://github.com/amethyst/amethyst/pull/1870
4041
[#1881]: https://github.com/amethyst/amethyst/pull/1881
4142
[#1882]: https://github.com/amethyst/amethyst/pull/1882
43+
[#1883]: https://github.com/amethyst/amethyst/pull/1883
4244

4345
## [0.12.0] - 2019-07-30
4446

0 commit comments

Comments
 (0)