From 1832f832c51dc58b57cb012767fae5814f31b016 Mon Sep 17 00:00:00 2001 From: Luna Ruan Date: Thu, 14 Nov 2019 16:06:10 -0800 Subject: [PATCH] Changelog for 16.12 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7991d43389..0bcd857f0b 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 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) ### React DOM