Update CHANGELOG.md

This commit is contained in:
Richard Davey 2020-01-20 23:34:43 +00:00
parent 392c52fa8b
commit 5d962c65a6

View file

@ -4,6 +4,8 @@
### New Features
* `Line.GetEasedPoints` is a new function that will take a Line, a quantity, and an ease function, and returns an array of points where each point has been spaced out across the length of the Line based on the ease function given.
### Updates
### Bug Fixes