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:
authorStewart X Addison <sxa@redhat.com>2022-03-08 13:45:45 +0300
committerBeth Griggs <bgriggs@redhat.com>2022-03-09 20:47:02 +0300
commit72c0c4b09be49b80536f2acda3176df9efe8a088 (patch)
treeb0a0d826a0b7dce524234c9b8d0cb38233dea7b6 /doc/api/http.md
parente1fb6ae02ff01a0d29c95e4700c81d05e09f188d (diff)
2022-03-09, Version 17.7.0 (Current)
Notable changes: * (SEMVER-MINOR) crypto: add KeyObject.prototype.equals method (Filip Skokan) https://github.com/nodejs/node/pull/42093 * (SEMVER-MINOR) net: add new options to net.Socket and net.Server (Paolo Insogna) https://github.com/nodejs/node/pull/41310 * (SEMVER-MINOR) src: allow preventing InitializeInspector in env (Shelley Vohr) https://github.com/nodejs/node/pull/35025 * doc: add release key for Bryan English (Bryan English) https://github.com/nodejs/node/pull/42102 Dependency Updates: * deps: update nghttp2 to 1.47.0 (Yash Ladha) https://github.com/nodejs/node/pull/42127 * deps: upgrade npm to 8.5.2 (npm team) https://github.com/nodejs/node/pull/42122 New Collaborators: * doc: add JakobJingleheimer to collaborators list (Jacob Smith) https://github.com/nodejs/node/pull/42185 * doc: move bnoordhuis back to collaborators (Ben Noordhuis) https://github.com/nodejs/node/pull/42064 PR-URL: https://github.com/nodejs/node/pull/42254
Diffstat (limited to 'doc/api/http.md')
-rw-r--r--doc/api/http.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index c618bb2d3f1..7a0b797aa97 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -301,7 +301,7 @@ removed from the array on `'timeout'`.
<!-- YAML
added: v0.11.4
changes:
- - version: REPLACEME
+ - version: v17.7.0
pr-url: https://github.com/nodejs/node/pull/41906
description: The `options` parameter is now optional.
-->