From 6609047c61b048dbc142420cc7869289d16013de Mon Sep 17 00:00:00 2001 From: Anna Henningsen Date: Mon, 29 Mar 2021 13:57:47 +0200 Subject: [PATCH] doc: add missing events.on metadata This was missed in the original PR. Refs: https://github.com/nodejs/node/pull/34912 --- doc/api/events.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/events.md b/doc/api/events.md index 0307bab2a990e2..9bd7b28e244c7a 100644 --- a/doc/api/events.md +++ b/doc/api/events.md @@ -849,6 +849,10 @@ const { getEventListeners, EventEmitter } = require('events'); added: - v11.13.0 - v10.16.0 +changes: + - version: v15.0.0 + pr-url: https://github.com/nodejs/node/pull/34912 + description: The `signal` option is supported now. --> * `emitter` {EventEmitter}