Skip to content

Commit

Permalink
updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mobius3 committed Feb 17, 2021
1 parent 920cb45 commit 3f73120
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- Version 3.2.0
- Fixed installation on other than Ubuntu distributions. (@xvitaly)
- Consider interpolation duration in the right place (fix #19)
- Fixes compilation error when using the `jump` function (fix #21)
- Small code and documentation improvements
- **New feature**: allows easing selection (`via()`) using `easing::enumerated` or `std::string`:
```
tweeny::from(0.0f).to(1.0f).during(100).via(easing::enumerated::linear);
Expand Down

0 comments on commit 3f73120

Please sign in to comment.