From a50f638b064f109c33d3189f9ed6419e700de0f8 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 20 Oct 2020 21:51:41 +0100 Subject: [PATCH] Link to the blog post --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb07047759772..42d9691366b3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 17.0.0 (October 20, 2020) +Today, we are releasing React 17! + +**[Learn more about React 17 and how to update to it on the official React blog.](https://reactjs.org/blog/2020/10/20/react-v17.html)** + ### React * Add `react/jsx-runtime` and `react/jsx-dev-runtime` for the [new JSX transform](https://babeljs.io/blog/2020/03/16/7.9.0#a-new-jsx-transform-11154-https-githubcom-babel-babel-pull-11154). ([@lunaruan](https://github.com/lunaruan) in [#18299](https://github.com/facebook/react/pull/18299))