From 1987cbd17cdb182e9aab93f4165587380cb8037c Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Thu, 10 Jun 2021 20:06:45 +0900 Subject: [PATCH] Expand on AR::Base for method definition from #42423 [ci skip] --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 9a7fa2a1a1e5b..b2042db2a8083 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,4 +1,4 @@ -* Add `update!` that works like `update` but raises exceptions +* Add `ActiveRecord::Base#update!` that works like `ActiveRecord::Base#update` but raises exceptions. *Dorian MariƩ*