aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid FRANCOIS <david.francois@webflows.fr>2012-04-28 23:44:51 +0200
committerDavid FRANCOIS <david.francois@webflows.fr>2012-05-02 07:16:00 +0200
commit18aa1ae29c3459a6b2c10c7634770209a72c6cfe (patch)
tree8229d8c1ef8c9d0ac0fc6ecf8fe32ce25fd9e41a /activesupport/CHANGELOG.md
parentc0a7038412c60cf48274267f75bc4376e733dc69 (diff)
downloadrails-18aa1ae29c3459a6b2c10c7634770209a72c6cfe.tar.gz
rails-18aa1ae29c3459a6b2c10c7634770209a72c6cfe.tar.bz2
rails-18aa1ae29c3459a6b2c10c7634770209a72c6cfe.zip
BigDecimal string wrapping in JSON serialization can now be opted-out, fixes #6033
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
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) ##