Add changelog for unreleased commits

This commit is contained in:
Dan Abramov
2017-09-29 14:04:16 +01:00
committed by GitHub
parent 2494a25ee9
commit 7bdf93b17a

View File

@@ -5,7 +5,15 @@
Click to see more.
</summary>
No unreleased changes yet.
### All Packages
* Fix an accidental extra global variable in the UMD builds. ([@gaearon](https://github.com/gaearon) in [#10935](https://github.com/facebook/react/pull/10935))
### React DOM
* Fix `null` showing up in a warning instead of the component stack. ([@gaearon](https://github.com/gaearon) in [#10915](https://github.com/facebook/react/pull/10915))
* Fix IE11 crash in development mode. ([@leidegre](https://github.com/leidegre) in [#10921](https://github.com/facebook/react/pull/10921))
* Minor bundle size improvements. ([@gaearon](https://github.com/gaearon) in [#10802](https://github.com/facebook/react/pull/10802), [#10803](https://github.com/facebook/react/pull/10803))
</details>