From fef22e7997c9f75681c0ccd31b884a95c4326132 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Tue, 24 Sep 2019 13:36:03 -0700 Subject: [PATCH] Optimistic CHANGELOG update --- 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 a69c50d1c4fda..efe517b2ceacf 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -7,9 +7,11 @@ + #### 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)) +* Fixed bug where DevTools showed stale values in props/state/hooks editing interface. ([bvaughn](https://github.com/bvaughn) in [#16878](https://github.com/facebook/react/pull/16878)) ## 4.1.0 (September 19, 2019)