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:48:38 -0300
commitbf5f6562c0e7e5b9ac623d5e036a784e25dea937 (patch)
tree7de7920c0fd9798ee26797254b55f5fe1669251b
parentdd64f0a0102f54ac4c7974035681099bec999e89 (diff)
downloadrails-bf5f6562c0e7e5b9ac623d5e036a784e25dea937.tar.gz
rails-bf5f6562c0e7e5b9ac623d5e036a784e25dea937.tar.bz2
rails-bf5f6562c0e7e5b9ac623d5e036a784e25dea937.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 80a1d2d5f0..faf1bbf232 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -598,12 +598,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*