aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-05-01 17:24:47 +0200
committerYves Senn <yves.senn@gmail.com>2015-05-01 17:24:47 +0200
commit2e7fd4a8661960434ccaad71c8afb4ef26281d21 (patch)
tree54a5fee923daae3af2ed1585f9ebe459dcc166b3 /activerecord
parent76bb6cb7225dcc700276bbb022452ecacf1290d2 (diff)
parent361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6 (diff)
downloadrails-2e7fd4a8661960434ccaad71c8afb4ef26281d21.tar.gz
rails-2e7fd4a8661960434ccaad71c8afb4ef26281d21.tar.bz2
rails-2e7fd4a8661960434ccaad71c8afb4ef26281d21.zip
Merge pull request #19971 from thiagoaugusto/improve-activerecord-changelog
Improvement on Activerecord CHANGELOG.md [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
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.