aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2013-07-28 16:34:43 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2013-07-28 16:34:43 -0500
commitb67a80de9b55f91feb1c1056824f456710a96d0d (patch)
treee672e374bc2aea9fa3c00b8e4b3e810fcab8c8c7 /activesupport/CHANGELOG.md
parent586173204c4cff94c479518e3e9b58ef4790a764 (diff)
downloadrails-b67a80de9b55f91feb1c1056824f456710a96d0d.tar.gz
rails-b67a80de9b55f91feb1c1056824f456710a96d0d.tar.bz2
rails-b67a80de9b55f91feb1c1056824f456710a96d0d.zip
Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format for easy Javascript date parsing
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 40e73ae77f..8f4ec5cb49 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add Time#to_s(:iso8601) for easy conversion of times to the iso8601 format for easy Javascript date parsing.
+
+ *DHH*
+
* Improve `ActiveSupport::Cache::MemoryStore` cache size calculation.
The memory used by a key/entry pair is calculated via `#cached_size`: