Let's make releases a bit faster/easier by keeping the CHANGELOG updated incrementally.
Whoever does the release of a new React version must manually read through the recent git history and write the CHANGELOG update.
If we incrementally add to the CHANGELOG under the 'Unreleased' header, as we make PRs, then to release a new version will just be updating 'Unreleased' to be the new version number and adding a blank section for 'Unreleased'.
See http://keepachangelog.com/en/0.3.0/ for more info about this idea.