summaryrefslogtreecommitdiff
path: root/doc/api/http2.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-02-14 14:37:22 +0100
committerMichaël Zasso <targos@protonmail.com>2019-02-14 23:55:48 +0100
commit82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2 (patch)
treef8064fa580812030991273875b1374e3b998c2b5 /doc/api/http2.md
parent2ffd20bb917ee8265efc74696479c1e1f85c42f4 (diff)
downloadandroid-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.tar.gz
android-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.tar.bz2
android-node-v8-82ee0ff1b8e4cb5b90f619b6e77c37b6dbd33bc2.zip
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
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index f8eb4ab1a3..da2201d55c 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -3284,7 +3284,7 @@ should be sent. See the [`'checkContinue'`][] event on `Http2Server` and
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v11.10.0
pr-url: https://github.com/nodejs/node/pull/25974
description: Return `this` from `writeHead()` to allow chaining with
`end()`.