From 5eee9104b2c7afff1e1bcc0d4f9ab22fce2d88c3 Mon Sep 17 00:00:00 2001 From: Multirious <77918086+Multirious@users.noreply.github.com> Date: Sat, 15 Jun 2024 21:53:51 +0700 Subject: [PATCH] Update CHANGELOG.md for previous PRs (#35) --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b74913..4f86339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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