Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: update V8 version in 10-lts-to-12-lts.md
  • Loading branch information
bnb authored Oct 18, 2019
commit d42abe390c7ebca2bef0466a40b7451b312e6d9e
2 changes: 1 addition & 1 deletion locale/en/blog/uncategorized/10-lts-to-12-lts.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This section is a highlight of the most notable changes, as selected from all "[
* Now shipping OpenSSL 1.1.1c, and all previous updates since the latest version of OpenSSL that shipped in Node.js v10 LTS.
Comment thread
bnb marked this conversation as resolved.
Outdated
* For more details, see the [OpenSSL releases' changelog](https://www.openssl.org/news/changelog.html)
* V8
* Now shipping V8 7.7.299.11, and all previous updates since the latest version of V8 that shipped in Node.js v10 LTS.
* Now shipping V8 7.7.299.13, and all previous updates since the latest version of V8 that shipped in Node.js v10 LTS.
* For more details, see the [release posts on the V8 blog](https://v8.dev/blog).
* ICU
* Now requiring minimum ICU 63 [#25852](https://github.com/nodejs/node/pull/25852)
Expand Down