CHANGELOG.rdoc in voteable_mongoid-0.6.3 vs CHANGELOG.rdoc in voteable_mongoid-0.6.4

- old
+ new

@@ -1,4 +1,7 @@ +== 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 + == 0.6.3 * Add rake db:mongoid:voteable:migrate_old_votes to migrate vote data created by version < 0.6.0 to new vote data storage == 0.6.2 * Fix bug: use before_create instead of after_after_initialize