From 60402b924b4b38196a658a023fad945421710457 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 22 Jan 2015 02:16:38 +0100 Subject: [PATCH] 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 --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05418af2e07b3d..e70e12ae1e4cd0 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.