diff options
author | gbuesing <gbuesing@gmail.com> | 2008-04-12 16:48:56 -0500 |
---|---|---|
committer | gbuesing <gbuesing@gmail.com> | 2008-04-12 16:48:56 -0500 |
commit | 7e5aa6569bc041238aafa5a400758c0a7536da93 (patch) | |
tree | dc45337259d7f44f3b91fa9a7625242b35bf133e /activesupport/CHANGELOG | |
parent | cfd56882af597724e427b17cdf295ffdd241dc26 (diff) | |
download | rails-7e5aa6569bc041238aafa5a400758c0a7536da93.tar.gz rails-7e5aa6569bc041238aafa5a400758c0a7536da93.tar.bz2 rails-7e5aa6569bc041238aafa5a400758c0a7536da93.zip |
TimeWithZone respects config.active_support.use_standard_json_time_format
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index d0d0433883..0627c89c53 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* TimeWithZone respects config.active_support.use_standard_json_time_format [Geoff Buesing] + * Add config.active_support.escape_html_entities_in_json to allow disabling of html entity escaping. [rick] * Improve documentation. [Xavier Noria] |