From f9d25ed3e48c9af21acb0c4be3f02923115c8367 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 797e551d130452..64d2e537ecd9d8 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -10,6 +10,9 @@ changes: - version: v23.1.0 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