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 2013-11-13 13:32:59 +01:00
parent 0582467032
commit 9a412c139f

View file

@ -1,3 +1,12 @@
### 3.2.1
* enhancements
* Add `store_location_for` helper and ensure it is safe (by @matthewrudy and @homakov)
* Add `yield` around resource methods in Devise controllers (by @edelpero)
* bug fix
* Bring `password_digest` back to fix compatibility with `devise-encryptable`
### 3.2.0
* enhancements