Updated DevTools CHANGELOG to add pending release details

This commit is contained in:
Brian Vaughn
2020-01-06 10:37:20 -08:00
parent 5586b3022c
commit 40568e9773

View File

@@ -13,6 +13,8 @@
#### 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))
* Update root styles to prevent `box-sizing` style from leaking outside of inline target ([GasimGasimzada](https://github.com/GasimGasimzada) in [#17775](https://github.com/facebook/react/pull/17775))
https://github.com/facebook/react/pull/17775
</details>
## 4.4.0 (January 3, 2020)