diff --git a/History.md b/History.md index f83f94907f..d8fd8f8b66 100644 --- a/History.md +++ b/History.md @@ -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