From 2ce5801c25235b198d99393c193a721547eaefac Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 10 Sep 2019 13:32:53 -0700 Subject: [PATCH] Added upcoming changes to DevTools CHANGELOG --- packages/react-devtools/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 84960a7a6194c..aa5945c27f7a3 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -8,7 +8,9 @@ #### Bug fixes +* Props/state editor supports adding new values and changing value types. ([hristo-kanchev](https://github.com/hristo-kanchev) in [#16700](https://github.com/facebook/react/pull/16700)) * Profiler correctly saves/exports profiling data in Firefox now. ([hristo-kanchev](https://github.com/hristo-kanchev) in [#16612](https://github.com/facebook/react/pull/16612)) +* Class components now show "legacy context" header (rather than "context") for legacy API. ([hristo-kanchev](https://github.com/hristo-kanchev) in [#16617](https://github.com/facebook/react/pull/16617)) ## 4.0.6 (August 26, 2019)