From ad00d3c6d49e62bb439d34df1ecfaaf854ac0152 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Wed, 14 Jan 2015 02:26:08 +0000 Subject: [PATCH] doc: fix deps versions on changelog PR-URL: https://github.com/iojs/io.js/pull/358 Reviewed-By: Rod Vagg --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ca5a3099..ee67887632 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,14 +12,14 @@ repository and therefore can be seen as an extension to v0.11. ### General -- The V8 JavaScript engine bundled with io.js was upgraded dramatically, from version 3.14.5 in Node.js v0.10.35 and 3.26.33 in Node.js v0.11.14 to 3.31.74.1 for io.js v1.0.0. This brings along many fixes and performance improvements, as well as additional support for new ES6 language features! For more information on this, check out [the io.js ES6 page](https://iojs.org/es6.html). +- The V8 JavaScript engine bundled with io.js was upgraded dramatically, from version 3.14.5.9 in Node.js v0.10.35 and 3.26.33 in Node.js v0.11.14 to 3.31.74.1 for io.js v1.0.0. This brings along many fixes and performance improvements, as well as additional support for new ES6 language features! For more information on this, check out [the io.js ES6 page](https://iojs.org/es6.html). - Other bundled technologies were upgraded: - libuv: 0.10.30 to 1.2.0 - http_parser: 1.0 to 2.3 - openssl: 1.0.1j to 1.0.1k - npm: 1.4.28 to 2.1.18 - c-ares: 1.9.0-DEV to 1.10.0-DEV - - punycode: 1.2.0 to 1.32. + - punycode: 1.2.0 to 1.3.2. - Performance and stability improvements on all platforms. ### buffer