aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-08-15 12:48:38 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2012-08-15 12:49:09 -0300
commit4e31f826dc5a833d3fb4e0e41b0eb146dde04282 (patch)
tree520ede8e3db677865881b63b8093c65ba81d2423
parentb4dce47694ec7e3d3940d15141eec7f2c4e7a486 (diff)
downloadrails-4e31f826dc5a833d3fb4e0e41b0eb146dde04282.tar.gz
rails-4e31f826dc5a833d3fb4e0e41b0eb146dde04282.tar.bz2
rails-4e31f826dc5a833d3fb4e0e41b0eb146dde04282.zip
Remove duplicated changelog entry [ci skip]
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f9a7febd85..8a96fefe99 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -39,12 +39,6 @@
*Rafael Mendonça França*
-* Do not consider the numeric attribute as changed if the old value is zero and the new value
- is not a string.
- Fixes #7237.
-
- *Rafael Mendonça França*
-
* Removes the deprecation of `update_attribute`. *fxn*
* Reverted the deprecation of `composed_of`. *Rafael Mendonça França*