Release v1.4.3 with improve Rails 3.1 compatibility.

This commit is contained in:
José Valim 2011-08-30 14:35:19 +02:00
parent 295088f9e8
commit ef4eb47d50
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
module Devise
VERSION = "1.4.2".freeze
VERSION = "1.4.3".freeze
end