From 4f62e39fb19be01f78e4906d11d70a3932cdd03e Mon Sep 17 00:00:00 2001 From: charukiewicz Date: Sun, 9 Feb 2020 17:03:51 -0600 Subject: [PATCH] added pull request link to ChangeLog entry --- yesod-auth/ChangeLog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-auth/ChangeLog.md b/yesod-auth/ChangeLog.md index 1e33e71f..2f4c93b7 100644 --- a/yesod-auth/ChangeLog.md +++ b/yesod-auth/ChangeLog.md @@ -2,7 +2,7 @@ ## 1.6.9 -* Added `registerHelper` and `passwordResetHelper` methods to the `YesodAuthEmail` class, allowing for customizing behavior for user registration and forgot password requests +* Added `registerHelper` and `passwordResetHelper` methods to the `YesodAuthEmail` class, allowing for customizing behavior for user registration and forgot password requests [#1660](https://github.com/yesodweb/yesod/pull/1660) * Exposed `defaultRegisterHelper` as default implementation for the above methods ## 1.6.8.1