CHANGELOG in metaskills-acts_as_versioned-0.6.1 vs CHANGELOG in metaskills-acts_as_versioned-0.6.2
- old
+ new
@@ -1,8 +1,17 @@
[master]
- *
+ *
+
+
+[0.6.2]
+
+ * (08 Feb 2009) Avoid error with model preload by removing create_versioned_table call in AAV call. [Ngoc Dao]
+ * (08 Feb 2009) Do not force updated_at [Ngoc Dao]
+ * (08 Feb 2009) Change the create_versioned_table class method to ask the connection if table_exists?. Fixes
+ a bug that allows adapters that allow user owned prefixes for table names. [Ken Collins]
+
[0.6.1]
* (29 Dec 2008) Remove #versions_count really. [Ken Collins]
* (30 Dec 2008) Add assert_sql support in boot.rb. Also changed core lib to order by the has many versions