Update changelog

This commit is contained in:
Dan Abramov 2017-10-10 16:58:19 +01:00 committed by GitHub
parent 9b4e4e1759
commit 10320a5331
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
### React DOM Server
* Fix markup generation when components return strings. ([@gaearon](http://github.com/gaearon) in [#11109](https://github.com/facebook/react/pull/11109))
* Fix obscure error message when passing an invalid style value. ([@iamdustan](https://github.com/iamdustan) in [#11173](https://github.com/facebook/react/pull/11173))
### React Test Renderer and Test Utils