From: Bert Belder Date: Thu, 22 Jan 2015 01:16:38 +0000 (+0100) Subject: docs: remove incorrect entry from changelog X-Git-Tag: v1.0.4~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60402b924b4b38196a658a023fad945421710457;p=platform%2Fupstream%2Fnodejs.git 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 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 05418af..e70e12a 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.