From 2aa9fd0718fa8fac75d25e87579e48e4740f915a Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Wed, 1 Feb 2017 08:33:15 +0900 Subject: Deprecate `ColumnDumper#migration_keys` `ColumnDumper#migration_keys` was extracted to customize keys for standardized column arguments widths. But the feature was removed in df84e98. The internal method is no longer used for that. --- activerecord/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activerecord/CHANGELOG.md') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index c6db01df60..e4fb363da5 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,3 +1,7 @@ +* Deprecate `ColumnDumper#migration_keys`. + + *Ryuta Kamizono* + * Fix `association_primary_key_type` for reflections with symbol primary key Fixes #27864 -- cgit v1.2.3