From 96217b34576afa76592a62ba1c9fe766bdfaf2e0 Mon Sep 17 00:00:00 2001 From: Adam Seckel Date: Fri, 23 Jun 2023 13:48:36 +0100 Subject: [PATCH] Update changelog for 10.12.17 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f407442892..46574e8035 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [10.12.17] 2023-06-23 + +### Fixed + +- Fixing `useInstantTransition` when called on subsequent frames. +- Fixing reverse animation with negative speed finishes too early when the + time is set to the duration. + ## [10.12.16] 2023-05-24 ### Fixed