From 18bbd644a21b3782460cb17095adce777bd14938 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 28 Nov 2017 23:04:07 +0000 Subject: [PATCH] Add 16.2.0 to changelog --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5704c02979..6776612593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ Click to see more. + + + +## 16.2.0 (November 28, 2017) + ### React * Add `Fragment` as named export to React. ([@clemmy](https://github.com/clemmy) in [#10783](https://github.com/facebook/react/pull/10783)) @@ -27,8 +32,6 @@ * Many tests were rewritten against the public API. Big thanks to [everyone who contributed](https://github.com/facebook/react/issues/11299)! - - ## 16.1.1 (November 13, 2017) ### React