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 <[email protected]>
Reviewed-By: Claudio Wunder <[email protected]>
  • Loading branch information
JakobJingleheimer authored and targos committed Nov 14, 2023
1 parent 253e206 commit 479c1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/changelogs/CHANGELOG_V20.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,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 479c1ea

Please sign in to comment.