From 526370a41b1eec59e43ef1a512c7a3d791d064c4 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Thu, 13 Feb 2020 15:15:47 -0800 Subject: [PATCH] Update doc/changelogs/CHANGELOG_V12.md Co-Authored-By: Rich Trott --- doc/changelogs/CHANGELOG_V12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md index 7440c58c3f2a2d..762c74db1e880c 100644 --- a/doc/changelogs/CHANGELOG_V12.md +++ b/doc/changelogs/CHANGELOG_V12.md @@ -62,7 +62,7 @@ Node.js 12.16.0 included a large update to the ESM implementation. One of the new features, Self Referential Modules, was accidentally released without requiring the `--experimental-modules` flag. This release is being made to appropriately flag -the feature which is not yet ready to be release on LTS. +the feature. ### Commits