Remove duplicate entry for ActiveRecord::Relation#cache_key from Rails 5 release notes [ci skip]

This commit is contained in:
Prathamesh Sonpatki 2016-01-02 22:35:23 +05:30
parent 4d98b0d837
commit fd04a0cb09

@ -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))