doc: update outdated history info

PR-URL: https://github.com/nodejs/node/pull/49530
Refs: https://github.com/nodejs/node/pull/48842
Refs: https://github.com/nodejs/node/pull/47999
Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com>
Reviewed-By: Akhil Marsonya <akhil.marsonya27@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Jacob Smith <jacob@frende.me>
This commit is contained in:
Antoine du Hamel 2023-09-07 20:30:00 +02:00 committed by GitHub
parent e0fb3f7cb8
commit cd49408ff1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -150,7 +150,7 @@ import('node:fs').then((esmFS) => {
<!-- YAML <!-- YAML
added: v8.8.0 added: v8.8.0
changes: changes:
- version: REPLACEME - version: v20.6.0
pr-url: https://github.com/nodejs/node/pull/48842 pr-url: https://github.com/nodejs/node/pull/48842
description: Added `initialize` hook to replace `globalPreload`. description: Added `initialize` hook to replace `globalPreload`.
- version: - version:
@ -380,7 +380,7 @@ asynchronous operations (like `console.log`) to complete.
#### `initialize()` #### `initialize()`
<!-- YAML <!-- YAML
added: REPLACEME added: v20.6.0
--> -->
> Stability: 1.1 - Active development > Stability: 1.1 - Active development
@ -563,7 +563,7 @@ export async function resolve(specifier, context, nextResolve) {
<!-- YAML <!-- YAML
changes: changes:
- version: REPLACEME - version: v20.6.0
pr-url: https://github.com/nodejs/node/pull/47999 pr-url: https://github.com/nodejs/node/pull/47999
description: Add support for `source` with format `commonjs`. description: Add support for `source` with format `commonjs`.
- version: - version: