Update changelog for 16.4.1

This commit is contained in:
Dan Abramov 2018-06-13 17:23:59 +01:00
parent 9725065eb4
commit 74b1723df1
1 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,10 @@
Click to see more.
</summary>
</details>
## 16.4.1 (June 13, 2018)
### React
* You can now assign `propTypes` to components returned by `React.ForwardRef`. ([@bvaughn](https://github.com/bvaughn) in [#12911](https://github.com/facebook/react/pull/12911))
@ -27,8 +31,6 @@
* Allow multiple root children in test renderer traversal API. ([@gaearon](https://github.com/gaearon) in [#13017](https://github.com/facebook/react/pull/13017))
* Fix `getDerivedStateFromProps()` in the shallow renderer to not discard the pending state. ([@fatfisz](https://github.com/fatfisz) in [#13030](https://github.com/facebook/react/pull/13030))
</details>
## 16.4.0 (May 23, 2018)
### React