From 361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6 Mon Sep 17 00:00:00 2001 From: thiagoaugusto Date: Fri, 1 May 2015 11:34:19 -0300 Subject: [PATCH] Improvement on Activerecord CHANGELOG --- activerecord/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index b6a943eca7..923d780b90 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -745,7 +745,7 @@ *Yves Senn* -* Fix bug with 'ActiveRecord::Type::Numeric' that caused negative values to +* Fix bug with `ActiveRecord::Type::Numeric` that caused negative values to be marked as having changed when set to the same negative value. Closes #18161.