From 16e217d7bbf184833eea5cf77b7abfe7ff64f11e Mon Sep 17 00:00:00 2001 From: Zoltan Olah Date: Wed, 11 May 2016 10:42:23 -0700 Subject: [PATCH] Adds changelog for PR #5694 --- History.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 901cbe4491..38b8900b3c 100644 --- a/History.md +++ b/History.md @@ -1,9 +1,10 @@ ## v.NEXT -* `*.min.js` files are no longer minified during the build process. +* `*.min.js` files are no longer minified during the build process. [PR #6986](https://github.com/meteor/meteor/pull/6986) [Issue #5363](https://github.com/meteor/meteor/issues/5363) * You can now pick where the `.meteor/local` directory is created by setting the `METEOR_LOCAL_DIR` environment variable. This lets you run multiple instances of the same Meteor app. [PR #6760](https://github.com/meteor/meteor/pull/6760) [Issue #6532](https://github.com/meteor/meteor/issues/6532) +* Allow using authType in Facebook login [PR #5694](https://github.com/meteor/meteor/pull/5694) ## v1.3.2.3