From 82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2 Mon Sep 17 00:00:00 2001 From: Michaƫl Zasso Date: Thu, 14 Feb 2019 14:37:22 +0100 Subject: 2018-02-14, Version 11.10.0 (Current) Notable changes: deps: * Updated libuv to 1.26.0. * Updated npm to 6.7.0. http, http2: * `response.writeHead` now returns the response object. perf_hooks: * Implemented a histogram based API. process: * Exposed `process.features.inspector`. repl: * Added `repl.setupHistory` for programmatic repl. tls: * Introduced client "session" event. PR-URL: https://github.com/nodejs/node/pull/26098 --- doc/api/tls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/tls.md') diff --git a/doc/api/tls.md b/doc/api/tls.md index 7add7d5fef..d4c635963b 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -616,7 +616,7 @@ protocol. ### Event: 'session' * `session` {Buffer} -- cgit v1.2.3