mirror of
https://github.com/heartcombo/devise.git
synced 2026-01-10 08:08:00 -05:00
Release v1.4.3 with improve Rails 3.1 compatibility.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
== 1.4.3
|
||||
|
||||
* enhancements
|
||||
* Improve Rails 3.1 compatibility
|
||||
* Use serialize_into_session and serialize_from_session in Warden serialize to improve extensibility
|
||||
|
||||
* bug fix
|
||||
@@ -14,7 +17,6 @@
|
||||
== 1.4.2
|
||||
|
||||
* bug fix
|
||||
* Improve Rails 3.1 compatibility
|
||||
* Provide a more robust behavior to serializers and add :force_except option
|
||||
|
||||
== 1.4.1
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Devise
|
||||
VERSION = "1.4.2".freeze
|
||||
VERSION = "1.4.3".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user