aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-05 09:43:24 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-05 09:43:24 +0000
commit58a5eef53eee7768d68cc034a1563914d21a68cb (patch)
treee2e6dc48d8d5359acb72629e8ed805609c370345 /activesupport/CHANGELOG
parent335c15005db47afe429d2ee27102dd646e3d43f6 (diff)
downloadrails-58a5eef53eee7768d68cc034a1563914d21a68cb.tar.gz
rails-58a5eef53eee7768d68cc034a1563914d21a68cb.tar.bz2
rails-58a5eef53eee7768d68cc034a1563914d21a68cb.zip
Disambiguate Time, Date, and DateTime#to_json formatting. Closes #9750.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7746 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 e621ee2f44..95e5c6b25a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Disambiguate Time, Date, and DateTime#to_json formatting. #9750 [Geoff Buesing, Chu Yeow]
+
* Hash#to_json takes :only or :except options to specific or omit certain hash keys. Enumerable#to_json passes through its options to each element. #9751 [Chu Yeow]
* BufferedLogger#auto_flushing = N flushes the log every N messages. Buffers with an array instead of string. Disabling auto_flushing still flushes when the buffer hits a maximum size, as a failsafe against memory-gobbling. [Jeremy Kemper]