Update CHANGELOG

This commit is contained in:
José Valim 2013-11-13 13:32:59 +01:00
parent 0582467032
commit 9a412c139f
1 changed files with 9 additions and 0 deletions

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