aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGrey Baker <greysteil@gmail.com>2015-03-22 11:14:51 +0000
committerGrey Baker <greysteil@gmail.com>2015-12-15 17:36:09 +0000
commit9771f5e178ebc1b8c5a61f813373ca3b7bd983c8 (patch)
tree8b2c4d02f657c269b3935d6d764c6117f009b234 /activerecord/CHANGELOG.md
parente73fe1dd8c2740ae29e7a7f48d71a62b46e6b49d (diff)
downloadrails-9771f5e178ebc1b8c5a61f813373ca3b7bd983c8.tar.gz
rails-9771f5e178ebc1b8c5a61f813373ca3b7bd983c8.tar.bz2
rails-9771f5e178ebc1b8c5a61f813373ca3b7bd983c8.zip
Ignore index name in `index_exists?` when not passed a name to check for
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 87420a0746..781b786012 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Ignore index name in `index_exists?` and `remove_index` when not passed a
+ name to check for.
+
+ *Grey Baker*
+
* Version the API presented to migration classes, so we can change parameter
defaults without breaking existing migrations, or forcing them to be
rewritten through a deprecation cycle.