From 4520beeb758643c7cdb0ff0e6ae2997231c5e984 Mon Sep 17 00:00:00 2001 From: Luna Ruan Date: Thu, 14 Nov 2019 14:45:47 -0800 Subject: [PATCH 1/2] commit changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7991d4338945..17e6e83d6398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ +## 16.12.0 (November 14, 2019) + +### React DOM + +* Fix passive effects (`useEffect`) not being fired in a multi-root app. [@acdlite](https://github.com/acdlite) in [#17347](https://github.com/facebook/react/pull/17347) + +### React IS + +* Fix `lazy` and `memo` types being considered elements when they are not [@bvaughn](https://github.com/bvaughn) in [#17278](https://github.com/facebook/react/pull/17278) + ## 16.11.0 (October 22, 2019) ### React DOM From fa8739ccf8c2e174fbe8774a653b3e253881ec93 Mon Sep 17 00:00:00 2001 From: Luna Ruan Date: Thu, 14 Nov 2019 14:53:46 -0800 Subject: [PATCH 2/2] commit changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e6e83d6398..a7478042651c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ ### React IS -* Fix `lazy` and `memo` types being considered elements when they are not [@bvaughn](https://github.com/bvaughn) in [#17278](https://github.com/facebook/react/pull/17278) +* Fix `lazy` and `memo` types considered elements instead of components [@bvaughn](https://github.com/bvaughn) in [#17278](https://github.com/facebook/react/pull/17278) ## 16.11.0 (October 22, 2019)