Skip to content

Commit

Permalink
doc: correct attribution in v20.6.0 changelog
Browse files Browse the repository at this point in the history
PR-URL: #50564
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Claudio Wunder <cwunder@gnome.org>
  • Loading branch information
JakobJingleheimer authored and UlisesGascon committed Dec 11, 2023
1 parent 8fa1319 commit ba6d427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelogs/CHANGELOG_V20.md
Expand Up @@ -814,7 +814,7 @@ node --import ./file-that-calls-register.js ./app.js

Using `--import` ensures that the customization hooks are registered before any application code runs, even the entry point.

This feature was contributed by Izaak Schroeder in <https://github.com/nodejs/node/pull/48842> and <https://github.com/nodejs/node/pull/48559>
This feature was contributed by João Lenon and Jacob Smith in <https://github.com/nodejs/node/pull/46826>, Izaak Schroeder and Jacob Smith in <https://github.com/nodejs/node/pull/48842> and <https://github.com/nodejs/node/pull/48559>

#### Module customization `load` hook can now support CommonJS

Expand Down

0 comments on commit ba6d427

Please sign in to comment.