From aae19d4cec548b2026a9ce04ec1bbf6c0b32006f Mon Sep 17 00:00:00 2001 From: dan Date: Mon, 28 Jul 2025 17:21:34 +0100 Subject: [PATCH] Clean up 19.1.1 changelog --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc80475d3db1..1836850ff3ea2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ ## 19.1.1 (July 28, 2025) ### React -* Fixed Owner Stacks to work with ES2015 function.name semantics (#33680 by @hoxyq) -* Move the Fabric completeRoot call from `finalizeContainerChildren` to `replaceContainerChildren` to align how JS API and Fabric interpret `completeRoot` (#30513, #33064 by @kassens and @jackpope) -* Fix React retaining shadow nodes longer that it needs to (#33161, #33447 by @sammy-SC and @yungsters) +* Fixed Owner Stacks to work with ES2015 function.name semantics ([#33680](https://github.com/facebook/react/pull/33680) by @hoxyq) ## 19.1.0 (March 28, 2025)