aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-21 17:09:20 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-21 17:09:20 +0000
commitcf659de14140950638f2f02831a42721fd8d2f75 (patch)
tree302732fe277b2ae85dcf4dc0c3ed5312d1b08eaf /activesupport/CHANGELOG
parent8401218becb5150c722f275cc4d7397fad24c201 (diff)
downloadrails-cf659de14140950638f2f02831a42721fd8d2f75.tar.gz
rails-cf659de14140950638f2f02831a42721fd8d2f75.tar.bz2
rails-cf659de14140950638f2f02831a42721fd8d2f75.zip
Added Date::Conversions for getting dates in different convenient string representations and other objects
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@738 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 d576e6a383..12ed008151 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+* Added Date::Conversions for getting dates in different convenient string representations and other objects
+
* 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: