CHANGELOG.md in rating-0.8.0 vs CHANGELOG.md in rating-0.9.0
- old
+ new
@@ -1,4 +1,16 @@
+## v0.9.0
+
+### News
+
+- Order index keys of template the same way Rails does the query;
+- Limits the `_type` columns to avoid overflow bytes in DBs like MySQL < 5.7.
+
+### Updates
+
+- Update Rails to 2.6.5;
+- Update Activerecord to the last version;
+
## v0.8.0
### News
- Adds `unscoped_rating` option to calculate the rating counting all resource record ignoring the scope.