diff --git a/CHANGELOG.md b/CHANGELOG.md index f6ee9797..32f532b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Roact Changelog ## Unreleased Changes -* Removed the warning for `setState` on unmounted components ([#323](https://github.com/Roblox/roact/pull/323)). +* Removed the warning for `setState` on unmounted components to eliminate false positive warnings, matching upstream React ([#323](https://github.com/Roblox/roact/pull/323)). ## [1.4.2](https://github.com/Roblox/roact/releases/tag/v1.4.2) (October 6th, 2021) * Fixed forwardRef doc code referencing React instead of Roact ([#310](https://github.com/Roblox/roact/pull/310)).