From fa7fa812c70084e139d13437fb204fcdf9152299 Mon Sep 17 00:00:00 2001 From: Andrew Clark Date: Wed, 23 May 2018 18:20:27 -0700 Subject: [PATCH] Update CHANGELOG for 16.4.0 --- CHANGELOG.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d211a7cd3..69f5807c34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,4 @@ -## [Unreleased] -
- - Changes that have landed in master but are not yet released. - Click to see more. - +## 16.4.0 (May 23, 2018) ### React @@ -42,8 +37,6 @@ * The [new host config shape](https://github.com/facebook/react/blob/c601f7a64640290af85c9f0e33c78480656b46bc/packages/react-noop-renderer/src/createReactNoop.js#L82-L285) is flat and doesn't use nested objects. ([@gaearon](https://github.com/gaearon) in [#12792](https://github.com/facebook/react/pull/12792)) -
- ## 16.3.2 (April 16, 2018) ### React