From a8daa45070fe8b86a334c795a8fa9dda89c9397d Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Mon, 18 Nov 2024 16:58:59 +0000 Subject: [PATCH] doc: add history entry for import assertion removal PR-URL: https://github.com/nodejs/node/pull/55883 Refs: https://github.com/nodejs/node/pull/52104 Reviewed-By: Chemi Atlow Reviewed-By: Geoffrey Booth Reviewed-By: Luigi Pinca Reviewed-By: Moshe Atlow --- doc/api/esm.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/api/esm.md b/doc/api/esm.md index c256f2947b42c6..6c8deb1c8c427c 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -12,6 +12,9 @@ changes: - v18.20.5 pr-url: https://github.com/nodejs/node/pull/55333 description: Import attributes are no longer experimental. + - version: v22.0.0 + pr-url: https://github.com/nodejs/node/pull/52104 + description: Drop support for import assertions. - version: - v21.0.0 - v20.10.0