aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authornamusyaka <namusyaka@gmail.com>2017-02-17 22:15:01 +0900
committernamusyaka <namusyaka@gmail.com>2017-02-18 19:04:48 +0900
commitb0be7792adf58e092b7f615ecbf3339ea70ee689 (patch)
tree910c19f520e71fd5109a211a509252dfad36917f /activemodel/CHANGELOG.md
parent74689fda0ce7612d87c620a36097d2d7451f53c0 (diff)
downloadrails-b0be7792adf58e092b7f615ecbf3339ea70ee689.tar.gz
rails-b0be7792adf58e092b7f615ecbf3339ea70ee689.tar.bz2
rails-b0be7792adf58e092b7f615ecbf3339ea70ee689.zip
Avoid converting integer as a string into float
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index edaac8c7cd..a667e116b6 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Avoid converting integer as a string into float.
+
+ *namusyaka*
+
* Remove deprecated behavior that halts callbacks when the return is false.
*Rafael Mendonça França*