From b0be7792adf58e092b7f615ecbf3339ea70ee689 Mon Sep 17 00:00:00 2001 From: namusyaka Date: Fri, 17 Feb 2017 22:15:01 +0900 Subject: Avoid converting integer as a string into float --- activemodel/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'activemodel/CHANGELOG.md') 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* -- cgit v1.2.3