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:
authorBert Belder <bertbelder@gmail.com>2015-01-22 04:16:38 +0300
committerBert Belder <bertbelder@gmail.com>2015-01-22 04:19:34 +0300
commit60402b924b4b38196a658a023fad945421710457 (patch)
treea542659f78561c66eaefd69895bb8aa0babb1c8f /CHANGELOG.md
parent8b98096c921f8a210b05aed64e0b2f1440667a7c (diff)
docs: remove incorrect entry from changelog
`url.format()` doesn't take a `path` option; the change that introduced it was reverted in 913addbff5481567262c387cef9594f809e4ef83. PR: https://github.com/iojs/io.js/pull/546 Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 05418af2e07..e70e12ae1e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -306,7 +306,6 @@ https://iojs.org/api/tls.html
https://iojs.org/api/url.html
-- Added support for `path` option in `url.format`, which encompasses `pathname`, `query`, and `search`.
- Improved escaping of certain characters.
- Improved parsing speed.