From 07af39380bfc0badf3b0ddfef9dbe5082a6ede00 Mon Sep 17 00:00:00 2001 From: simon-id Date: Tue, 12 Oct 2021 20:28:53 +0200 Subject: [PATCH] doc: add changes for diagnostics_channel --- doc/api/diagnostics_channel.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/api/diagnostics_channel.md b/doc/api/diagnostics_channel.md index 6c4ace3bbd615e..70cbc55a56b84c 100644 --- a/doc/api/diagnostics_channel.md +++ b/doc/api/diagnostics_channel.md @@ -264,6 +264,10 @@ channel.subscribe((message, name) => { added: - v15.1.0 - v14.17.0 +changes: + - version: REPLACEME + pr-url: REPLACEME + description: Added to channels without subscribers. --> * `onMessage` {Function} The previous subscribed handler to remove