From fb39f62925b26bd3d1d0469a7ba698f2818eb14c Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Thu, 12 Sep 2019 08:34:28 -0700 Subject: [PATCH] Added upcoming changes to DevTools CHANGELOG --- packages/react-devtools/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index aa5945c27f7a..01fbb5742073 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -11,6 +11,7 @@ * 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)) +* Show component source button ("<>") now highlights the `render` method for class components. ([theKashey](https://github.com/theKashey) in [#16759](https://github.com/facebook/react/pull/16759)) ## 4.0.6 (August 26, 2019)