1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Improvement on Activerecord CHANGELOG

This commit is contained in:
thiagoaugusto 2015-05-01 11:34:19 -03:00
parent 8979a5a4bd
commit 361f1bc7c5

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.