From 4796c79e2015fae51f2734ba2eb4dac07b212ae2 Mon Sep 17 00:00:00 2001 From: Paul Doyle Date: Thu, 12 Aug 2021 10:18:21 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b0613c..5d7b70bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Roact Changelog ## Unreleased Changes + +## [1.4.1](https://github.com/Roblox/roact/releases/tag/v1.4.1) (August 12th, 2021) * Fixed a bug where the Roact tree could get into a broken state when using callbacks passed to a child component. Updated the tempFixUpdateChildrenReEntrancy config value to also handle this case. ([#315](https://github.com/Roblox/roact/pull/315)) * Fixed forwardRef description ([#312](https://github.com/Roblox/roact/pull/312)).