From 26832a7947a872a27233e49414226487c44934fc Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 8 Nov 2017 22:18:14 +0200 Subject: [PATCH] Update History.md with changes in Meteor 1.5.4. --- History.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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