From 148fda1ca08f8613c4548bdd6ebbbd6f7a78c9eb Mon Sep 17 00:00:00 2001 From: Flarnie Marchan Date: Thu, 27 Apr 2017 10:25:00 -0700 Subject: [PATCH] Add 'unreleased' incremental change log for v15.6.0 **what is the change?:** Adding a section to the change log where we start accumulating annotations for React v15.6.0. **why make this change?:** - Saves us the trouble of writing the change log entry all at once when we do the release. - Adds transparency about what is in the upcoming release, for those who aren't following https://github.com/facebook/react/issues/9398 **test plan:** Visual inspection **issue:** https://github.com/facebook/react/issues/9398 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1655016b4e50..0d48c736e3fc 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.4 (April 11, 2017) ### React Addons