From 34a1c7e284e9d307f61070dfb30f0d6ab34c74d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 13 Dec 2016 12:01:02 -0500 Subject: [PATCH] Add CHANGELOG entry to #27042 [ci skip] --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 6e2ece80f9..4b74527144 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Change the schema cache format to use YAML instead of Marshal. + + *Kir Shatrov* + * Support index length and order options using both string and symbol column names.