Skip to content

Commit 55c51a4

Browse files
committed
Update CHANGELOG.md
1 parent e5a0cfb commit 55c51a4

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## v0.4.0 - 2024-04-08
4+
5+
### Changes
6+
- Add `SpanTweensBuilder::add` trait
7+
- Add `SpanTweenPreset` trait
8+
- Update examples to use the preset APIs.
9+
- Documentations
10+
- Add "Features" section to README.md
11+
- Add "Contributions" section to README.md
12+
- Add "Your contributions" section to README.md
13+
314
## v0.3.1 - 2024-04-04
415
- Fix README.md
516

@@ -27,7 +38,7 @@
2738
`collaspe_elasped` will update the `previous` field instead.
2839
- Change `Repeat` to use `i32` instead of `usize` and update their corresponding methods.
2940

30-
### Adds
41+
### Changes
3142
- Add `TweenAppResource`
3243
- Add `DefaultTweenEventsPlugin`
3344
- Add `TweenEventData`
@@ -52,8 +63,6 @@
5263
- Register `TweenProgress` in `TweenCorePlugin`
5364
- Add unit tests for `TweenTimer`
5465
- Lots of documentations and code examples
55-
56-
### Changes
5766
- Remove `TweenTarget` and `Interpolator` trait requirement from `Tween<T, I>`
5867
- Remove many `TweenTarget` requirement from `Tween<T, I>` implementations
5968
- Improves `TweenTimer::tick()` code to account to new `Elasped`

0 commit comments

Comments
 (0)