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

Merge pull request #2933 from weimeng/update-changel

Update CHANGELOG.md with missing 2.1.x minor versions
This commit is contained in:
Lucas Mazza 2014-03-17 10:59:33 -03:00
commit 9044631f4c

View file

@ -174,6 +174,16 @@ Security announcement: http://blog.plataformatec.com.br/2013/01/security-announc
* `update_with_password` doesn't change encrypted password when it is invalid (by @nashby)
* Properly handle namespaced models on Active Record generator (by @nashby)
### 2.1.4
* bugfix
* Do not confirm account after reset password
### 2.1.3
* bugfix
* Require string conversion for all values
### 2.1.2
* enhancements