From 11acb0e91e4a213dabc2c1c6fd33a4967073d580 Mon Sep 17 00:00:00 2001 From: Matt Perry Date: Sat, 27 Jul 2024 14:16:00 +0200 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b4289a6c..99a2affe76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,13 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. -## [11.3.18] 2024-07-29 +## [11.3.19] 2024-07-27 + +### Fixed + +- Fixed problem with `AnimatePresence` not rerendering children unless their presence had changed. + +## [11.3.18] 2024-07-26 ### Fixed