link to PR in changelog

This commit is contained in:
Daniel Brice 2020-11-05 18:06:52 -08:00
parent 46f8879a0a
commit 3a44d47acf
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-auth
## 1.6.10.1
* Add support for Persistent 2.11 [#1701](https://github.com/yesodweb/yesod/pull/1701)
## 1.6.10
* 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`

View File

@ -1,5 +1,9 @@
# ChangeLog for yesod-persistent
## 1.6.0.5
* Add support for Persistent 2.11 [#1701](https://github.com/yesodweb/yesod/pull/1701)
## 1.6.0.4
* Fix test suite to be compatible with latest `persistent-template`