Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Frizi committed Jul 21, 2019
1 parent 0cd9f6e commit 4e6a7ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
## Breaking changes

* `Float` newtype removed, moved back to `f32` primitive for all values ([#1747])
* `TextureProcessor` and `MeshProcessor` systems are now separated from `RenderingSystem` ([#1772])

### Added

Expand All @@ -22,6 +23,7 @@ The format is based on [Keep a Changelog][kc], and this project adheres to
`add_cylinder`, `add_rotated_cylinder` and `add_sphere` functions to `DebugLinesComponent`
and the corresponding draw functions to `DebugLines`, to draw simple shapes with debug lines. ([#1766])
* `InputEvent::AxisMoved` is sent upon button press / release. ([#1512], [#1797])
* Added `RenderingBundle` with a rendering plugin system, making rendering setup easier ([#1772])

### Changed

Expand Down Expand Up @@ -53,6 +55,7 @@ and the corresponding draw functions to `DebugLines`, to draw simple shapes with
[#1753]: https://github.com/amethyst/amethyst/pull/1753
[#1720]: https://github.com/amethyst/amethyst/pull/1720
[#1797]: https://github.com/amethyst/amethyst/pull/1797
[#1772]: https://github.com/amethyst/amethyst/pull/1772

## [0.11.0] - 2019-06

Expand Down

0 comments on commit 4e6a7ea

Please sign in to comment.