mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Updated CHANGELOG and released Devise 0.2.1.
This commit is contained in:
parent
86f37cd5e1
commit
d613c25426
2 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,15 @@
|
|||
== 0.2.1
|
||||
|
||||
* refactor
|
||||
* Clean devise_views generator to use devise existing views
|
||||
|
||||
* enhancements
|
||||
* [#7] Create instance variables (like @user) for each devise controller
|
||||
* Use Devise::Controller::Helpers only internally
|
||||
|
||||
* bug fix
|
||||
* [#6] Fix a bug with Mongrel and Ruby 1.8.6
|
||||
|
||||
== 0.2.0
|
||||
|
||||
* enhancements
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Devise
|
||||
VERSION = "0.2.0".freeze
|
||||
VERSION = "0.2.1".freeze
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue