From ba809d36929b82092f0be31e379b194403d8eb7a Mon Sep 17 00:00:00 2001 From: David Luna Date: Wed, 31 Jul 2024 17:46:39 +0200 Subject: [PATCH] Update CHANGELOG.asciidoc Co-authored-by: Trent Mick --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 53974117a5a..810e3399869 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -49,6 +49,7 @@ See the <> guide. * Fix for config resolution process. Before this change falsy config options coming from the `elastic-apm-node.js` file were ignored. ({pull}4119[#4119]) +* Support hooking built-in Node.js modules loaded via https://nodejs.org/api/all.html#all_process_processgetbuiltinmoduleid[`process.getBuiltinModule`], added in v22.3.0. ({pull}4160[#4160]) [float] ===== Chores