From fd04a0cb09a9e7e518806022b4b8957e25b7abc6 Mon Sep 17 00:00:00 2001 From: Prathamesh Sonpatki Date: Sat, 2 Jan 2016 22:35:23 +0530 Subject: [PATCH] Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 release notes [ci skip] --- guides/source/5_0_release_notes.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 7ced92d829..2650384df3 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -494,9 +494,6 @@ Please refer to the [Changelog][active-record] for detailed changes. * Added `config.active_record.warn_on_records_fetched_greater_than` option. ([Pull Request](https://github.com/rails/rails/pull/18846)) -* Added `cache_key` to `ActiveRecord::Relation`. - ([Pull Request](https://github.com/rails/rails/pull/20884)) - * Added a native JSON data type support in MySQL. ([Pull Request](https://github.com/rails/rails/pull/21110))