From 57a1d2bf9d71600ec872de125854e550b376caa5 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Fri, 13 Feb 2015 09:16:22 +0100 Subject: remove CHANGELOG entry for Rails 5.0 only feature. #18918 `has_secure_token` hasen't been released yet. No need to track every change in the CHANGELOG. --- activerecord/CHANGELOG.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'activerecord') diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 68184897e0..e1cace7d88 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,10 +1,3 @@ -* `has_secure_token` does not overwrite value when already present. - - user = User.create(token: "custom-secure-token") - user.token # => "custom-secure-token" - - *Wojciech Wnętrzak* - * Use SQL COUNT and LIMIT 1 queries for `none?` and `one?` methods if no block or limit is given, instead of loading the entire collection to memory. This applies to relations (e.g. `User.all`) as well as associations (e.g. `account.users`) -- cgit v1.2.3