From 18aa1ae29c3459a6b2c10c7634770209a72c6cfe Mon Sep 17 00:00:00 2001 From: David FRANCOIS Date: Sat, 28 Apr 2012 23:44:51 +0200 Subject: BigDecimal string wrapping in JSON serialization can now be opted-out, fixes #6033 --- activesupport/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index d32c0f3aed..82921741b8 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -32,6 +32,9 @@ * Unicode database updated to 6.1.0. +* Adds `encode_big_decimal_as_string` option to force JSON serialization of BigDecimals as numeric instead + of wrapping them in strings for safety. + ## Rails 3.2.2 (March 1, 2012) ## -- cgit v1.2.3