From 3fa4551f5bb017f1cde83848a3ab896ea9ab9bf5 Mon Sep 17 00:00:00 2001 From: Nikolay Molchanov Date: Fri, 2 Sep 2022 14:26:10 +0300 Subject: [PATCH] Update CHANGELOG.md Small description fix for EoL of Node 10 and 12 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28110503bc4..8b78813cac9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -98,8 +98,8 @@ If you previously ejected but now want to upgrade, one common solution is to fin Like any major release, `react-scripts@5.0.0` contains a number of breaking changes. We expect that they won't affect every user, but we recommend you look over this section to see if something is relevant to you. If we missed something, please file a new issue. -Dropped support for Node 10 and 12 -Node 10 reached End-of-Life in April 2021 and Node 12 will be End-of-Life in April 2022. Going forward we will only support the latest LTS release of Node.js. +Dropped support for Node 10 and 12. +They've reached End-of-Life in April 2021 and April 2022 respectively. Going forward we will only support the latest LTS release of Node.js. # Full Changelog