CHANGELOG.md in voting-0.2.0 vs CHANGELOG.md in voting-0.3.0

- old
+ new

@@ -1,4 +1,14 @@ +## v0.3.0 + +### News + +- Added method `status` to return the status of some vote record. + +### Updates + +- The voting warm up registers is only made on creation to avoid overhead. + ## v0.2.0 ### News - The Rails dependency was reduced to only activerecord;