From 57b2fbb7417a88ab4c99cbe1e0b9def62e5cefd1 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Tue, 22 Oct 2019 14:15:21 -0700 Subject: [PATCH] Changelog for 16.11.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8dcda96f1..7991d43389 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ +## 16.11.0 (October 22, 2019) + +### React DOM + +* Fix `mouseenter` handlers from firing twice inside nested React containers. [@yuanoook](https://github.com/yuanoook) in [#16928](https://github.com/facebook/react/pull/16928) +* Remove `unstable_createRoot` and `unstable_createSyncRoot` experimental APIs. (These are available in the Experimental channel as `createRoot` and `createSyncRoot`.) ([@acdlite](http://github.com/acdlite) in [#17088](https://github.com/facebook/react/pull/17088)) + ## 16.10.2 (October 3, 2019) ### React DOM