From 5dc598814efa45a1019c262ee01e5cc2db864d26 Mon Sep 17 00:00:00 2001 From: Arthur Neves Date: Sat, 22 Nov 2014 20:29:29 -0500 Subject: Add changelog entry for .reflections API change `.reflections` public API changed to return a String instead of a Symbol as keys. see commit 1f31488499111fdfce79d8dc1cc8fb008f7cdb25 and 6259e4e2dcca9a79f22f96658c33efe81936bc0d [fixes #16928] [fixes #17610] --- activerecord/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 16f776df58..a4de332d4c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,9 @@ +* Change `reflections` public api to return the keys as String objects. + + Fixes #16928. + + *arthurnn* + * Renaming a table in pg also renames the primary key index. Fixes #12856 -- cgit v1.2.3