From 0beee2f0c7d9e2680328b38ec937dd6cb005fdc8 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Mon, 11 Jul 2016 14:48:56 -0400 Subject: [PATCH] Update History.md to reflect changes in the 1.3.4.4 release. https://github.com/meteor/meteor/pull/7377#commitcomment-18199666 --- History.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/History.md b/History.md index 317bf4e592..cb34f72080 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,15 @@ ## v.NEXT +## v1.3.4.4 + +* Fixed [#7374](https://github.com/meteor/meteor/issues/7374). + +* The default loglevel for internal `npm` commands (e.g., those related to + `Npm.depends`) has been set to "error" instead of "warn". Note that this + change does not affect `meteor npm ...` commands, which can be easily + configured using `.npmrc` files or command-line flags. + https://github.com/meteor/meteor/commit/0689cae25a3e0da3615a402cdd0bec94ce8455c8 + ## v1.3.4.3 * Node has been upgraded to 0.10.46.