From ff8ad9717fd21434c529a284c555d716a5b65a59 Mon Sep 17 00:00:00 2001 From: charukiewicz Date: Sat, 21 Mar 2020 02:27:52 -0500 Subject: [PATCH] added link to PR in changelog entry --- yesod-auth/ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index 37437969..faa0733f 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -5,6 +5,7 @@ * Updated `AuthMessage` data type in `Yesod.Auth.Message` to accommodate registration flow where password is supplied initially: deprecated `AddressVerified` and split into `EmailVerifiedChangePass` and `EmailVerified` * Fixed a bug in `getVerifyR` related to the above, where the incorrect message was displayed when password was set during registration * Added `sendForgotPasswordEmail` to `YesodAuthEmail` typeclass, allowing for different emails for account registration vs. forgot password +* See pull request [#1662](https://github.com/yesodweb/yesod/pull/1662) ## 1.6.9