From d8cf143f92bdfc7390e264dd901dbb8b75349afe Mon Sep 17 00:00:00 2001 From: Stefan <79119093+Stenimated@users.noreply.github.com> Date: Sat, 13 Dec 2025 14:03:54 +0100 Subject: [PATCH] update changelog for pullrequests (#14, #15) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8f28e2..2fb3c14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added optional `skip_result_coordinate_frames` parameter to `solve_animation` to bypass CFrame caching when not needed. +### Fixed + +- Fixed quanternion interpolation not taking the shortest path +- Fixed edge case for `keyframe_holes` where it would not fill from the last keyframe for a limb, to the last keyframe of the animation + ## 0.2.0 ### Added