From 9771f5e178ebc1b8c5a61f813373ca3b7bd983c8 Mon Sep 17 00:00:00 2001 From: Grey Baker Date: Sun, 22 Mar 2015 11:14:51 +0000 Subject: Ignore index name in `index_exists?` when not passed a name to check for --- activerecord/CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'activerecord/CHANGELOG.md') 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. -- cgit v1.2.3