1
0
Fork 0
mirror of https://github.com/heartcombo/devise.git synced 2022-11-09 12:18:31 -05:00

Update CHANGELOG.

This commit is contained in:
José Valim 2011-06-23 09:42:32 -03:00
parent f43a7c4f24
commit 8e70e71143

View file

@ -1,4 +1,5 @@
* enhancements * enhancements
* Added authenticated and unauthenticated to the router to route the used based on his status (by github.com/sj26)
* Improve e-mail regexp (by github.com/rodrigoflores) * Improve e-mail regexp (by github.com/rodrigoflores)
* Add strip_whitespace_keys and default to e-mail (by github.com/swrobel) * Add strip_whitespace_keys and default to e-mail (by github.com/swrobel)
* Do not run format and uniqueness validations on e-mail if it hasn't changed (by github.com/Thibaut) * Do not run format and uniqueness validations on e-mail if it hasn't changed (by github.com/Thibaut)