From 826538f3a1d7c3070f4db85faa733be49a2a26ec Mon Sep 17 00:00:00 2001 From: Washington Botelho Date: Sat, 31 Mar 2018 18:51:05 -0300 Subject: [PATCH] up: adds next version changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c7102..c86a75c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## next version + +### 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. + ## v0.8.0 ### News