From 3158ad020af99419eff08abd2d339600dca701da Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 12 Oct 2015 21:53:51 -0700 Subject: [PATCH] Update History.md --- History.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b177e1127c..f0e61fdc8f 100644 --- a/History.md +++ b/History.md @@ -13,7 +13,10 @@ The complete list can be found [here](https://github.com/meteor/ecmascript-runtime/blob/master/server.js). -* Check type of `onException` argument to `bindEnvironment`. #5271 +* Check type of `onException` argument to `bindEnvironment`. [#5271](https://github.com/meteor/meteor/issues/5271) + +* WebApp's `PORT` environment variable can now be a named pipe to better support + deployment on IIS on Windows. [4413](https://github.com/meteor/meteor/issues/4413) ## v1.2.0.2, 2015-Sept-28