From fc921a1693aaeb9eb7fc2745a3ff5a9d33aefeee Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Mon, 6 Jan 2020 10:12:26 -0800 Subject: [PATCH] Updated DevTools CHANGELOG to add pending release details --- packages/react-devtools/CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/react-devtools/CHANGELOG.md b/packages/react-devtools/CHANGELOG.md index 09514279b1..ef79d6c0d5 100644 --- a/packages/react-devtools/CHANGELOG.md +++ b/packages/react-devtools/CHANGELOG.md @@ -8,7 +8,11 @@ - +#### Features +* Improve function props display for inspected elements ([bvaughn](https://github.com/bvaughn) in [#17789](https://github.com/facebook/react/pull/17789)) +#### Bugfix +* Improve how empty commits are filtered ([bvaughn](https://github.com/bvaughn) in [#17771](https://github.com/facebook/react/pull/17771)) +* Renamed "backend.js" to "react_devtools_backend.js" to reduce potential confusion from profiling ([bvaughn](https://github.com/bvaughn) in [#17790](https://github.com/facebook/react/pull/17790)) ## 4.4.0 (January 3, 2020)