From 785c1b08b494323c53d45f80ecc3fbcaecbb740b Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Sat, 16 Jul 2016 14:04:14 -0400 Subject: [PATCH] Update History.md to mention GYP_MSVS_VERSION. --- History.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/History.md b/History.md index 215eb24320..9c2bc6059a 100644 --- a/History.md +++ b/History.md @@ -32,6 +32,10 @@ stored in `.meteor/local/resolver-result-cache.json` so that it need not be recomputed every time Meteor starts up. +* If the `$GYP_MSVS_VERSION` environment variable is not explicitly + provided to `meteor {node,npm}`, the `node-gyp` tool will infer the + appropriate version (though it still defaults to "2015"). + ## v1.3.4.4 * Fixed [#7374](https://github.com/meteor/meteor/issues/7374).