CHANGELOG.rdoc in devise-0.5.0 vs CHANGELOG.rdoc in devise-0.5.1

- old
+ new

@@ -1,5 +1,15 @@ +* enhancements + * [#28] Improved sign_in and sign_out helpers to accepts resources + * [#28] Added stored_location_for as a helper + +== 0.5.1 + +* enhancements + * Added serializers based on Warden ones + * Allow authentication keys to be set + == 0.5.0 * bug fix * Fixed a bug where remember me module was not working properly @@ -9,10 +19,10 @@ * Added support for MongoMapper (by github.com/shingara) == 0.4.3 * bug fix - * [#29] Authentication fail if user cannot be serialized from session; + * [#29] Authentication just fails if user cannot be serialized from session, without raising errors; * Default configuration values should not overwrite user values; == 0.4.2 * deprecations