From 6b153eddb0fcb1c3d5cc002f347cd2a9202c01b0 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 3 Oct 2024 09:33:46 +0200 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5a2435279..688c8d7017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ Undocumented APIs should be considered internal and may change without warning. ### Fixed -- Values no longer added to `will-change` if animation has been skipped. +- Only `transform` is added to `will-change` when a potentially layerising value is animated as `opacity` and `filter` will prematurely flatten `preserve-3d`. ## [11.9.0] 2024-09-27