Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2020-10-01 21:49:03 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-10-09 21:46:47 +0300
commitbd45124f00473b0e5affdb206c520a70330dd27d (patch)
treece947fbac1be6ec76a6fab10827c75e5231ffa21 /doc/api/http2.md
parent9fedb044e7d6d9802215ed4d04226c5a642b1fb1 (diff)
doc: harmonize changes list ordering
Refs: https://github.com/nodejs/remark-preset-lint-node/pull/139 PR-URL: https://github.com/nodejs/node/pull/35454 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Khaidi Chu <i@2333.moe> Reviewed-By: Michael Dawson <midawson@redhat.com>
Diffstat (limited to 'doc/api/http2.md')
-rw-r--r--doc/api/http2.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/api/http2.md b/doc/api/http2.md
index b2e10c26386..86fcc8151b6 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -2087,6 +2087,10 @@ changes:
pr-url: https://github.com/nodejs/node/pull/27782
description: The `options` parameter now supports `net.createServer()`
options.
+ - version: v9.6.0
+ pr-url: https://github.com/nodejs/node/pull/15752
+ description: Added the `Http1IncomingMessage` and `Http1ServerResponse`
+ option.
- version: v8.9.3
pr-url: https://github.com/nodejs/node/pull/17105
description: Added the `maxOutstandingPings` option with a default limit of
@@ -2095,10 +2099,6 @@ changes:
pr-url: https://github.com/nodejs/node/pull/16676
description: Added the `maxHeaderListPairs` option with a default limit of
128 header pairs.
- - version: v9.6.0
- pr-url: https://github.com/nodejs/node/pull/15752
- description: Added the `Http1IncomingMessage` and `Http1ServerResponse`
- option.
-->
* `options` {Object}