CHANGELOG.rdoc in voteable_mongoid-0.7.0 vs CHANGELOG.rdoc in voteable_mongoid-0.7.1
- old
+ new
@@ -1,4 +1,9 @@
+== 0.7.1
+ * Refactor & cleanup source code
+ * Better doc
+ * Add votee#voted_by?(voter or voter_id)
+
== 0.7.0
* Use readable field names (up, down, up_count, down_count, count, point) instead of very short field names (u, d, uc, dc, c, p)
== 0.6.4
* Drop Voter#votees, Voter#up_votees, Voter#down_votees in favor of Voteable#voted_by(voter), Voteable#up_voted_by(voter), Voteable#down_voted_by(voter) scopes