From d29034b34b97a0c23e93e9d40feae132c622c0fd Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Mon, 1 Jun 2015 15:47:12 +1000 Subject: [PATCH] doc: adjust changelog to clarify `client` revert MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/io.js/pull/1859 Reviewed-By: Brendan Ashworth Reviewed-By: Michaël Zasso Reviewed-By: Sakthipriyan Vairamani --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7a068a27a41f6..64bad7c5b9181d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Notable changes -* **http**: reverts the removal of an undocumented `client` property on client connections, this property is being used in the wild, most notably by [request](https://github.com/request/request) which is used by npm. (Michaël Zasso) [#1852](https://github.com/nodejs/io.js/pull/1852). +* **http**: Reverts the move of the `client` property of `IncomingMessage` to its prototype. Although undocumented, this property was used and assumed to be an "own property" in the wild, most notably by [request](https://github.com/request/request) which is used by npm. (Michaël Zasso) [#1852](https://github.com/nodejs/io.js/pull/1852). ### Known issues