aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-09-24 17:41:55 +0000
committerRick Olson <technoweenie@gmail.com>2007-09-24 17:41:55 +0000
commit2a60093fa35312e83aeaa3185ea0fc20f3ee50be (patch)
treef6070ca6ae02060b2892807f1cf171a240aa92de /activesupport/CHANGELOG
parent911ea2f26f0a8d240b8a76a41d7a4ce978c72b12 (diff)
downloadrails-2a60093fa35312e83aeaa3185ea0fc20f3ee50be.tar.gz
rails-2a60093fa35312e83aeaa3185ea0fc20f3ee50be.tar.bz2
rails-2a60093fa35312e83aeaa3185ea0fc20f3ee50be.zip
Decode json strings as Dates/Times if they're using a YAML-compatible format. Closes #9614 [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7613 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 7187d6060c..220617fefd 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Decode json strings as Dates/Times if they're using a YAML-compatible format. Closes #9614 [Rick]
+
* Fixed cache_page to use the request url instead of the routing options when picking a save path #8614 [josh]
* Object.subclasses_of includes anonymous subclasses. [Jeremy Kemper]