From fd114099328293328531eb0a38d8768b35c40662 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Thu, 29 Feb 2024 10:58:17 +0100 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbbee13b3..94cedcb263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [11.0.7] 2024-02-29 + +### Fixed + +- Strip comments from strings before testing if they're CSS variables to prevent significant performance degradation. + ## [11.0.6] 2024-02-23 ### Updated