aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorthiagoaugusto <thiago.android88@gmail.com>2015-05-01 11:34:19 -0300
committerthiagoaugusto <thiago.android88@gmail.com>2015-05-01 11:34:19 -0300
commit361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6 (patch)
treec8e41d7dbae24f29b6f6a9ae3e4230af78570f0e /activerecord/CHANGELOG.md
parent8979a5a4bd5cd570655ef66794140ad9212dcb0f (diff)
downloadrails-361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6.tar.gz
rails-361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6.tar.bz2
rails-361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6.zip
Improvement on Activerecord CHANGELOG
Diffstat (limited to 'activerecord/CHANGELOG.md')
-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.