aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2017-02-06 22:08:54 -0700
committerGitHub <noreply@github.com>2017-02-06 22:08:54 -0700
commite0e20d62a75d2c05c7f68e0f316effd5c2f5c26f (patch)
tree58ceacc1542dcd2b006e47ee32e1c737c9c74f90 /activerecord/CHANGELOG.md
parentabfd091980faaa4404db5fbfdf77c68a35684d08 (diff)
parent2aa9fd0718fa8fac75d25e87579e48e4740f915a (diff)
downloadrails-e0e20d62a75d2c05c7f68e0f316effd5c2f5c26f.tar.gz
rails-e0e20d62a75d2c05c7f68e0f316effd5c2f5c26f.tar.bz2
rails-e0e20d62a75d2c05c7f68e0f316effd5c2f5c26f.zip
Merge pull request #27884 from kamipo/deprecate_migration_keys
Deprecate `ColumnDumper#migration_keys`
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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