CHANGELOG.rdoc in devise-0.5.6 vs CHANGELOG.rdoc in devise-0.6.0
- old
+ new
@@ -1,4 +1,15 @@
+== 0.6.0
+
+* deprecations
+ * :authenticatable is not included by default anymore
+
+* enhancements
+ * Added DataMapper support
+ * Remove store_location from authenticatable strategy and add it to failure app
+ * Allow a strategy to be placed after authenticatable
+ * [#45] Do not rely attribute? methods, since they are not added on Datamapper
+
== 0.5.6
* enhancements
* [#42] Do not send nil to build (DataMapper compatibility)
* [#44] Allow to have scoped views