From 29487720c81ec80bd4b8b4fffb60b232ffc8090e Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Wed, 9 Sep 2015 16:04:07 -0700 Subject: [PATCH] Remove another History.md duplicate --- History.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/History.md b/History.md index a71f15b9be..6b8254d2b1 100644 --- a/History.md +++ b/History.md @@ -34,8 +34,6 @@ * When an account's email address is verified, deactivate other verification tokens. #4626 -* `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 - * Fix bug where blank page is shown when an expired login token is present. #4825 * Fix `OAuth1Binding.prototype.call` when making requests to Twitter