aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio B <claudiob@users.noreply.github.com>2016-01-02 13:06:38 -0800
committerClaudio B <claudiob@users.noreply.github.com>2016-01-02 13:06:38 -0800
commit3ba4cc5404509af39e64fcc6a4ac6b38f85e845c (patch)
treef35e5e48eb44fa145fb220482ad832a38ac69832
parent4a5d4cb0e319f4d70cda1ee2618f627100e2cd85 (diff)
parentfd04a0cb09a9e7e518806022b4b8957e25b7abc6 (diff)
downloadrails-3ba4cc5404509af39e64fcc6a4ac6b38f85e845c.tar.gz
rails-3ba4cc5404509af39e64fcc6a4ac6b38f85e845c.tar.bz2
rails-3ba4cc5404509af39e64fcc6a4ac6b38f85e845c.zip
Merge pull request #22891 from prathamesh-sonpatki/rm-duplicate-entry-for-cache-key
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))