Update History.md for #5003

This commit is contained in:
Avital Oliver
2015-09-03 14:57:32 -07:00
parent c87f0d1022
commit fe42ea9cb1

View File

@@ -23,8 +23,12 @@ message for more details.
### Meteor Accounts
* `loginWithPassword` now matches username or email in a case insensitive manner. If there are multiple users with a username or email only differing in case, a case sensitive match is required. #550
* `loginWithGithub` now requests `user:email` scope by default, and attempts to fetch the user's emails. If no public email has been set, we use the primary email instead. We also store the complete list of emails. #4545
* Fix `OAuth1Binding.prototype.call` when making requests to Twitter
with a large parameter set.
### DDP