Skip to content

Commit

Permalink
Update CHANGELOG.md for previous PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
Multirious authored Jun 15, 2024
1 parent 87bcd0d commit 8884baa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@

### Changes

- Add interpolators for some UI components when using the `bevy_ui` feature.
- Add interpolators for some UI components when using the `bevy_ui` feature. ([#33](https://github.com/Multirious/bevy_tween/pull/33))
- `BackgroundColor` and `BorderColor`
- Add optional feature for `serde`. ([#31](https://github.com/Multirious/bevy_tween/pull/31))
- Derive `Serialize` and `Deserialize` for `EaseFunction`
- Clean up `TweenAppResource` after the app runs. ([#28](https://github.com/Multirious/bevy_tween/pull/28))

## v0.5.0 - 2024-06-09

Expand Down

0 comments on commit 8884baa

Please sign in to comment.