aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-21 17:02:08 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-21 17:02:08 +0000
commit8401218becb5150c722f275cc4d7397fad24c201 (patch)
treed54505d838ceb4b5d67cc20ce93686a06f1aaaba /activesupport/CHANGELOG
parenta0455ecb43f57485b2bfc2805b3d9d39b0726798 (diff)
downloadrails-8401218becb5150c722f275cc4d7397fad24c201.tar.gz
rails-8401218becb5150c722f275cc4d7397fad24c201.tar.bz2
rails-8401218becb5150c722f275cc4d7397fad24c201.zip
Added Time::Conversions for getting times in different convenient string representations and other objects
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@737 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 22e5ed8224..d576e6a383 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+* Added Time::Conversions for getting times in different convenient string representations and other objects
+
* Added Time::Calculations to ask for things like Time.now.tomorrow, Time.now.yesterday, Time.now.months_ago(4) #580 [DP|Flurin]. Examples:
"Later today" => now.in(3.hours),