Adds changelog for PR #5694

This commit is contained in:
Zoltan Olah
2016-05-11 10:42:23 -07:00
parent 87bf2567d7
commit 16e217d7bb

View File

@@ -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