Skip to content

Commit

Permalink
Updated CHANGELOG.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Oct 21, 2019
1 parent bd9a174 commit 078ab3f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
- Added a custom render pass Example. ([#1904])
- Add an entry for `examples/tiles` to the examples readme. ([#1978])
- Added UI states/menu example. [#1986]
- Allow user to specify custom completion function in `amethyst_test::WaitForLoad`. ([#1984])
- Log warning when `amethyst_test::WaitForLoad` has not completed in 10 seconds. ([#1984])

### Changed

Expand All @@ -26,6 +28,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
- `Config::load` now returns an error or failure rather than silently falling back to the default config. Same is true for the `from_config_file` methods on `RenderToWindow`, `WindowBundle`, and `WindowSystem` ([#1989])

### Deprecated

- `Config::load_no_fallback`, use `Config::load` instead ([#1989])

### Removed
Expand All @@ -43,6 +46,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
[#1974]: https://github.com/amethyst/amethyst/pull/1974
[#1978]: https://github.com/amethyst/amethyst/pull/1978
[#1983]: https://github.com/amethyst/amethyst/pull/1983
[#1984]: https://github.com/amethyst/amethyst/pull/1984
[#1986]: https://github.com/amethyst/amethyst/pull/1986
[#1989]: https://github.com/amethyst/amethyst/pull/1989

Expand Down

0 comments on commit 078ab3f

Please sign in to comment.