aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 12:56:16 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 12:56:16 +0000
commit6329daf5acc8f5f2f040cf46f33098fb21a622b5 (patch)
tree18a283acc12de9931c7f487e5afcfd5e7a71822d /activerecord/CHANGELOG
parent2bf29b3485151f819318437561bea8abebe9427b (diff)
downloadrails-6329daf5acc8f5f2f040cf46f33098fb21a622b5.tar.gz
rails-6329daf5acc8f5f2f040cf46f33098fb21a622b5.tar.bz2
rails-6329daf5acc8f5f2f040cf46f33098fb21a622b5.zip
Added TimeZone as the first of a number of value objects that Active Record will start shipping to provide incentatives to use rich value objects using composed_of #688 [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@760 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 04b8374bee..667ea44d3b 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added TimeZone as the first of a number of value objects that Active Record will start shipping to provide incentatives to use rich value objects using composed_of #688 [Jamis Buck]
+
* Added option :schema_order to the PostgreSQL adapter to support the use of multiple schemas per database #697 [YuriSchimke]
* Optimized the SQL used to generate has_and_belongs_to_many queries by listing the join table first #693 [yerejm]