CHANGELOG.rdoc in voteable_mongoid-0.6.1 vs CHANGELOG.rdoc in voteable_mongoid-0.6.2
- old
+ new
@@ -1,4 +1,7 @@
+== 0.6.2
+ * Fix bug: use before_create instead of after_after_initialize
+
== 0.6.1
* Set counters and point to 0 for uninitialized voteable objects in order sort and query
== 0.6.0
* Minimize vote data store (using short field names votes.u, votes.d, votes.c ...)