diff --git a/doc/api/events.md b/doc/api/events.md index 93f99e9c2814c1..39fcf8cf0f7dc3 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -891,6 +891,10 @@ const { getEventListeners, EventEmitter } = require('events'); added: - v11.13.0 - v10.16.0 +changes: + - version: v14.17.0 + pr-url: https://github.com/nodejs/node/pull/34912 + description: The `signal` option is supported now. --> * `emitter` {EventEmitter}