From fe42ea9cb1f0de973fb3badf995fa670490bd1b2 Mon Sep 17 00:00:00 2001 From: Avital Oliver Date: Thu, 3 Sep 2015 14:57:32 -0700 Subject: [PATCH] Update History.md for #5003 --- History.md | 4 ++++ 1 file changed, 4 insertions(+) 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