From 911104a129d48fb58c5ef4f80339f2e58539186a Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 23 Sep 2019 12:58:58 -0700 Subject: [PATCH] DevTools CHANGELOG update --- packages/react-devtools/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index b73985bcb0d89..a69c50d1c4fda 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -7,6 +7,9 @@ +#### Bug fixes +* Fixed bug where Components panel was always empty for certain users. ([bvaughn](https://github.com/bvaughn) in [#16864](https://github.com/facebook/react/pull/16864)) +* Fixed regression in DevTools editable hooks interface that caused primitive values to be shown as `undefined`. ([bvaughn](https://github.com/bvaughn) in [#16867](https://github.com/facebook/react/pull/16867)) ## 4.1.0 (September 19, 2019)