From 4148b0511de8a9de93bbab7c6045dc7f259afca3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 27 Mar 2019 08:54:10 -0700 Subject: [PATCH] Changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f8850014..744cfa24e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ +## 16.8.6 (March 27, 2019) + +### React DOM + +* Fix an incorrect bailout in `useReducer()`. ([@acdlite](https://github.com/acdlite) in [#15124](https://github.com/facebook/react/pull/15124)) +* Fix iframe warnings in Safari DevTools. ([@renanvalentin](https://github.com/renanvalentin) in [#15099](https://github.com/facebook/react/pull/15099)) +* Warn if `contextType` is set to `Context.Consumer` instead of `Context`. ([@aweary](https://github.com/aweary) in [#14831](https://github.com/facebook/react/pull/14831)) +* Warn if `contextType` is set to invalid values. ([@gaearon](https://github.com/gaearon) in [#15142](https://github.com/facebook/react/pull/15142)) + ## 16.8.5 (March 22, 2019) ### React DOM