doc: update changelog for io.js v3.3.0
authorRod Vagg <rod@vagg.org>
Wed, 2 Sep 2015 05:39:16 +0000 (15:39 +1000)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Thu, 3 Sep 2015 21:46:24 +0000 (17:46 -0400)
commit8a9a3bf798a3d6dda5a852a01820422c53eea765
tree6f1cb567b6b3e7ce399975b907b5a6504ee8ea82
parentf6b093343da915832c20bfbc040c7d6bef26f08c
doc: update changelog for io.js v3.3.0

Notable changes:

* build: Add a --link-module option to configure that can be used to
  bundle additional JavaScript modules into a built binary
  (Bradley Meck) #2497
* docs: Merge outstanding doc updates from joyent/node
  (James M Snell) #2378
* http_parser: Significant performance improvement by having
  http.Server consume all initial data from its net.Socket and parsing
  directly without having to enter JavaScript. Any 'data' listeners on
  the net.Socket will result in the data being "unconsumed" into
  JavaScript, thereby undoing any performance gains.
  (Fedor Indutny) #2355
* libuv: Upgrade to 1.7.3 (from 1.6.1), see
  https://github.com/libuv/libuv/blob/v1.x/ChangeLog for details
  (Saúl Ibarra Corretgé) #2310
* V8: Upgrade to 4.4.63.30 (from 4.4.63.26) (Michaël Zasso) #2482

cherry-picked from v3.x @ 1a6e52db30

PR-URL: https://github.com/nodejs/node/pull/2653
Reviewed-By: cjihrig - Colin Ihrig <cjihrig@gmail.com>
CHANGELOG.md