docs: remove incorrect entry from changelog
authorBert Belder <bertbelder@gmail.com>
Thu, 22 Jan 2015 01:16:38 +0000 (02:16 +0100)
committerBert Belder <bertbelder@gmail.com>
Thu, 22 Jan 2015 01:19:34 +0000 (02:19 +0100)
`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>
CHANGELOG.md

index 05418af..e70e12a 100644 (file)
@@ -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.