Improvement on Activerecord CHANGELOG

This commit is contained in:
thiagoaugusto 2015-05-01 11:34:19 -03:00
parent 8979a5a4bd
commit 361f1bc7c5
1 changed files with 1 additions and 1 deletions

View File

@ -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.