Skip to content

Commit

Permalink
doc: fix deps versions on changelog
Browse files Browse the repository at this point in the history
PR-URL: #358
Reviewed-By: Rod Vagg <rod@vagg.org>
  • Loading branch information
Rui Marinho authored and rvagg committed Jan 14, 2015
1 parent e3c96c0 commit ad00d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad00d3c

Please sign in to comment.