From 72c0c4b09be49b80536f2acda3176df9efe8a088 Mon Sep 17 00:00:00 2001 From: Stewart X Addison Date: Tue, 8 Mar 2022 10:45:45 +0000 Subject: 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 --- doc/api/http.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/api/http.md') 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'`. -- cgit v1.2.3