aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-01-02 22:35:23 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-01-02 22:35:23 +0530
commitfd04a0cb09a9e7e518806022b4b8957e25b7abc6 (patch)
tree05e9706cc18595701b43f4f3d512a50ce90ecf7d
parent4d98b0d837b29d34355f3fcb3916b6ac4a8b1bef (diff)
downloadrails-fd04a0cb09a9e7e518806022b4b8957e25b7abc6.tar.gz
rails-fd04a0cb09a9e7e518806022b4b8957e25b7abc6.tar.bz2
rails-fd04a0cb09a9e7e518806022b4b8957e25b7abc6.zip
Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 release notes [ci skip]
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 0 insertions, 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))