Merge pull request #1439 from binarysunrise-io/login-vs-log-in

Correct Yesod-Auth's usage of "log in" vs "login" in English.
This commit is contained in:
Michael Snoyman 2017-08-31 07:58:52 +03:00 committed by GitHub
commit d6e4499c54
3 changed files with 10 additions and 6 deletions

View File

@ -1,3 +1,7 @@
## 1.4.19
* Adjust English localization to distinguish between "log in" (verb) and "login" (noun)
## 1.4.18 ## 1.4.18
* Expose Yesod.Auth.Util.PasswordStore * Expose Yesod.Auth.Util.PasswordStore

View File

@ -1,5 +1,5 @@
name: yesod-auth name: yesod-auth
version: 1.4.18 version: 1.4.19
license: MIT license: MIT
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman, Patrick Brisbin author: Michael Snoyman, Patrick Brisbin