diff options
author | thiagoaugusto <thiago.android88@gmail.com> | 2015-05-01 11:34:19 -0300 |
---|---|---|
committer | thiagoaugusto <thiago.android88@gmail.com> | 2015-05-01 11:34:19 -0300 |
commit | 361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6 (patch) | |
tree | c8e41d7dbae24f29b6f6a9ae3e4230af78570f0e | |
parent | 8979a5a4bd5cd570655ef66794140ad9212dcb0f (diff) | |
download | rails-361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6.tar.gz rails-361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6.tar.bz2 rails-361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6.zip |
Improvement on Activerecord CHANGELOG
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
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. |