diff --git a/CHANGELOG.md b/CHANGELOG.md index 3765106bc4ccc..589641e9c224f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## 15.6.0 [Unreleased] +
+ Changed we plan to include in the 15.6.0 release. + +### React + +* Fix bug where performance entries were being cleared. ([@chrisui](https://github.com/chrisui) in [9451](https://github.com/facebook/react/pull/9451)) +* Stop adding 'px' to numbers passed for CSS Grid attributes. ([@ericsakmar](https://github.com/ericsakmar) in [9185](https://github.com/facebook/react/pull/9185)) +* Deprecate `React.createMixin`. ([@aweary](https://github.com/aweary) in [#8853](https://github.com/facebook/react/pull/8853)) + +
+ ## 15.5.0 (April 7, 2017) ### React