aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEileen M. Uchitelle <eileencodes@gmail.com>2016-02-17 18:27:08 -0500
committerEileen M. Uchitelle <eileencodes@gmail.com>2016-02-17 18:27:08 -0500
commit6e0159ec7eef0a4b8bdc71cedad73dc47d622d7d (patch)
tree9c232b08b4e6fae243237cb5045206d07a347a3a
parent844fb632d4b6744172cfcc87d4143efbf451d679 (diff)
parenta94018da0b73d3a61e4add8fa03d59310baaa262 (diff)
downloadrails-6e0159ec7eef0a4b8bdc71cedad73dc47d622d7d.tar.gz
rails-6e0159ec7eef0a4b8bdc71cedad73dc47d622d7d.tar.bz2
rails-6e0159ec7eef0a4b8bdc71cedad73dc47d622d7d.zip
Merge pull request #23746 from meinac/fix_ar_change_log
Remove accidentally duplicated change log title [ci skip]
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 18d0a12e49..b9d99d843a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -10,9 +10,6 @@
OR ("price_estimates"."estimate_of_type" = 'Car' AND "price_estimates"."estimate_of_id" = 2))
*Philippe Huibonhoa*
-
-
-* Rework `ActiveRecord::Relation#last`
* Fix a bug where using `t.foreign_key` twice with the same `to_table` within
the same table definition would only create one foreign key.