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:
authorDanielle Adams <adamzdanielle@gmail.com>2021-08-17 00:03:53 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2021-08-18 04:09:13 +0300
commit7ca38f05a023666274569343f128c5aed81599f3 (patch)
treeb055fda4e8bcc116ed20002a1fe473ae617181d7 /doc/api/http.md
parentf41893ee85dcfb8ae8e81b629bc89ad7e9622347 (diff)
2021-08-17, Version 16.7.0 (Current)
Notable changes: * fs: * experimental: add recursive cp method (Benjamin Coe) https://github.com/nodejs/node/pull/39372 PR-URL: https://github.com/nodejs/node/pull/39782
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 9c35e5d090a..bc66d6163a3 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2835,7 +2835,7 @@ This can be overridden for servers and client requests by passing the
<!-- YAML
added: v0.3.6
changes:
- - version: REPLACEME
+ - version: v16.7.0
pr-url: https://github.com/nodejs/node/pull/39310
description: When using a `URL` object parsed username and
password will now be properly URI decoded.