Skip to content

Commit 88bd124

Browse files
tniessenaddaleax
authored andcommitted
doc: add changes metadata to TLS newSession event
Refs: #33715 PR-URL: #34294 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 0f050d4 commit 88bd124

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api/tls.md

+4
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,10 @@ server.on('keylog', (line, tlsSocket) => {
410410
### Event: `'newSession'`
411411
<!-- YAML
412412
added: v0.9.2
413+
changes:
414+
- version: v0.11.12
415+
pr-url: https://github.com/nodejs/node-v0.x-archive/pull/7118
416+
description: The `callback` argument is now supported.
413417
-->
414418

415419
The `'newSession'` event is emitted upon creation of a new TLS session. This may

0 commit comments

Comments
 (0)