From bc5c76affc18c2140055e39b84c8caf2fe1ecbd4 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Wed, 14 Dec 2022 12:01:21 +0100 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00c886ff8a..458d6efa94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,19 @@ Undocumented APIs should be considered internal and may change without warning. ### Added - `.on()` event method to `MotionValue`. -- `"animationStart"`, `"animationComplete"`, and `"animationCancel"` events for `MotionValue`. +- `"animationStart"`, `"animationComplete"`, `"animationCancel"` and `"change"` events for `MotionValue`. + +## [7.9.0] 2022-12-14 + +### Added + +- Hardware-accelerated `opacity` animations. + +## [7.8.1] 2022-12-14 + +### Changed + +- Refactored animation pipeline to better accomodate WAAPI. ## [7.9.1] 2022-12-14