Skip to content

Commit

Permalink
CHANGELOG: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Aug 31, 2024
1 parent 21dd9f6 commit 47c85cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ This release supports Bevy version 0.14 and has an [MSRV][] of 1.80.

### Removed

- Removed `ZFunction`s from the render pipeline. Now ordering is based solely on the `Transform`'s z component. If you dependeded on this behavior, you'll need to adjust the transform Z in a system prior to render.
- Removed `ZFunction`s from the render pipeline. Now ordering is based solely on the `Transform`'s z component. If you depended on this behavior, you'll need to adjust the transform Z in a system prior to render.
- `VelloRenderPlugin` is now private, as it is not helpful for downstream developers to add manually.
- Removed `VelloCanvasMaterial` from prelude, as it is not typical to use.

Expand Down

0 comments on commit 47c85cc

Please sign in to comment.