From 8e423d86ab0a35311ba793260a10b55eb208ff67 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Tue, 26 Jul 2022 19:10:43 -0400 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07db88e2cb..d13d83ee1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,11 @@ v5.11.2 - fixed: React Strict Mode, dateSet, and "Maximum update depth exceeded error" (#5935, [react-185]) - fixed: React Strict Mode, timeline scrolling not synced ([react-192]) +- fixed: React, datesSet with object-like dateIncrement, "Maximum update depth..." ([react-131]) [react-185]: https://github.com/fullcalendar/fullcalendar-react/issues/185 [react-192]: https://github.com/fullcalendar/fullcalendar-react/issues/192 +[react-131]: https://github.com/fullcalendar/fullcalendar-react/issues/131 v5.11.1