diff --git a/History.md b/History.md index ba43469845..ed58beb491 100644 --- a/History.md +++ b/History.md @@ -108,6 +108,15 @@ * You can now run `meteor test --driver-package user:package` without first running `meteor add user:package`. +## v1.5.4, 2017-11-08 + +* Node has been updated to version 4.8.6. This release officially + includes our fix of a faulty backport of garbage collection-related + logic in V8 and ends Meteor's use of a custom Node with that patch. + In addition, it includes small OpenSSL updates as announced on the + Node blog: https://nodejs.org/en/blog/release/v4.8.6/. + [Issue #8648](https://github.com/meteor/meteor/issues/8648) + ## v1.5.3, 2017-11-04 * Node has been upgraded to version 4.8.5, a recommended security