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

Fix typo on CHANGELOG

This commit is contained in:
Lucas Mazza 2014-03-17 12:11:01 -03:00
parent 8d7a72326a
commit d439bc409c

View file

@ -12,7 +12,7 @@
### 3.2.4
* enchancements
* enhancements
* `bcrypt` dependency updated due https://github.com/codahale/bcrypt-ruby/pull/86.
* View generator now can generate specific views with the `-v` flag, like `rails g devise:views -v sessions` (by @kayline)