From 172a0f55b3392131bb88d6b96354f21cbfa8d9d1 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Thu, 5 Jun 2025 14:09:36 +0200 Subject: [PATCH] 2025-06-11, Version 20.19.3 'Iron' (LTS) Notable changes: crypto: * graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable (Filip Skokan) https://github.com/nodejs/node/pull/56142 * update root certificates to NSS 3.108 (Node.js GitHub Bot) https://github.com/nodejs/node/pull/57381 deps: * update timezone to 2025b (Node.js GitHub Bot) https://github.com/nodejs/node/pull/57857 doc: * add dario-piotrowicz to collaborators (Dario Piotrowicz) https://github.com/nodejs/node/pull/58102 PR-URL: https://github.com/nodejs/node/pull/58588 --- CHANGELOG.md | 3 +- doc/api/deprecations.md | 2 +- doc/api/webcrypto.md | 2 +- doc/changelogs/CHANGELOG_V20.md | 77 +++++++++++++++++++++++++++++++++ src/node_version.h | 2 +- 5 files changed, 82 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d7f9bfa86..d72f6492205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,7 +35,8 @@ release. -20.19.2
+20.19.3
+20.19.2
20.19.1
20.19.0
20.18.3
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 2a3b5cff7a4..21f2ba7d5e1 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -3579,7 +3579,7 @@ It is recommended to use the `new` qualifier instead. This applies to all REPL c diff --git a/doc/api/webcrypto.md b/doc/api/webcrypto.md index 9ea491ffee1..e0425bc7782 100644 --- a/doc/api/webcrypto.md +++ b/doc/api/webcrypto.md @@ -2,7 +2,7 @@