CHANGELOG.md in active_force-0.0.6.alfa vs CHANGELOG.md in active_force-0.0.7.alfa
- old
+ new
@@ -1,4 +1,11 @@
-## 0.0.6.alfa ##
+# 0.0.7.alfa #
-* ActiveForce::SObject#table_name is auto populated using the class
+* Use simpler error messages.
+* Implement .all and .create methods (copying ActiveRecord Interface)
+* Add SObject.all method.
+* Add basic support for multi-picklists.
+
+# 0.0.6.alfa #
+
+* ActiveForce::SObject#table_name is auto populated using the class
name. It adds "__c" to all non standard types.