From 70dcdd265d0d930c0d0e3666ca973dc455100f6b Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 17 Sep 2019 13:15:53 -0700 Subject: [PATCH] Updated pending CHANGELOG for DevTools --- 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 01fbb57420731..822120c16bd3f 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -12,6 +12,7 @@ * 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)) +* Bugfix for components with non-standard object values for `function.name`. ([LetItRock](https://github.com/LetItRock) in [#16798](https://github.com/facebook/react/pull/16798)) ## 4.0.6 (August 26, 2019)