aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:16:41 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-24 13:16:41 +0000
commit99fca6330d510ca83ca5abf6cd5812d518634129 (patch)
treee79cd451e92f635d524491b84bc2fbd282ad22a9 /activesupport/CHANGELOG
parentd9168fd20649bfaf9e44aa050bd23f9052c8e84a (diff)
downloadrails-99fca6330d510ca83ca5abf6cd5812d518634129.tar.gz
rails-99fca6330d510ca83ca5abf6cd5812d518634129.tar.bz2
rails-99fca6330d510ca83ca5abf6cd5812d518634129.zip
Marked for release
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@796 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 d560a7c1de..01f42c9aab 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+*1.0.0* (24th February, 2005)
+
* Added TimeZone as the first of a number of value objects that among others Active Record can use rich value objects using composed_of #688 [Jamis Buck]
* Added Date::Conversions for getting dates in different convenient string representations and other objects