aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRod Vagg <rod@vagg.org>2015-06-01 15:47:12 +1000
committerRod Vagg <rod@vagg.org>2015-06-01 20:25:05 +1000
commitd29034b34b97a0c23e93e9d40feae132c622c0fd (patch)
tree0926d681d68cbe217f4fd8bc2b39233ae8821b9c /CHANGELOG.md
parent1baba0580d932d7199b8144edc8951a459d569ec (diff)
downloadandroid-node-v8-d29034b34b97a0c23e93e9d40feae132c622c0fd.tar.gz
android-node-v8-d29034b34b97a0c23e93e9d40feae132c622c0fd.tar.bz2
android-node-v8-d29034b34b97a0c23e93e9d40feae132c622c0fd.zip
doc: adjust changelog to clarify `client` revert
PR-URL: https://github.com/nodejs/io.js/pull/1859 Reviewed-By: Brendan Ashworth <brendan.ashworth@me.com> Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a7a068a27a..64bad7c5b9 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