diff options
author | Yves Senn <yves.senn@gmail.com> | 2015-05-01 17:24:47 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2015-05-01 17:24:47 +0200 |
commit | 2e7fd4a8661960434ccaad71c8afb4ef26281d21 (patch) | |
tree | 54a5fee923daae3af2ed1585f9ebe459dcc166b3 /activerecord | |
parent | 76bb6cb7225dcc700276bbb022452ecacf1290d2 (diff) | |
parent | 361f1bc7c5b9de8b327ed2cfdc1a36e5289883a6 (diff) | |
download | rails-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.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. |