diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 18d0a12e494f304a6b5590a0cf5415f2033add55..b9d99d843afbc05e992b87467b14b439ecc3cbea 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.