Browse Source

docs: remove incorrect entry from changelog

`url.format()` doesn't take a `path` option; the change that
introduced it was reverted in 913addbff5.

PR: https://github.com/iojs/io.js/pull/546
Reviewed-by: Ben Noordhuis <info@bnoordhuis.nl>
v1.8.0-commit
Bert Belder 10 years ago
parent
commit
60402b924b
  1. 1
      CHANGELOG.md

1
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.

Loading…
Cancel
Save