diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-23 15:13:03 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-23 15:13:03 +0000 |
commit | f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a (patch) | |
tree | a6c1231052e1ee4cee9d701b2100e0258ebd3ee0 /activerecord/CHANGELOG | |
parent | fd6abf0a59c91717ce30f5728ee6150184241d78 (diff) | |
download | rails-f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a.tar.gz rails-f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a.tar.bz2 rails-f9fca1eb63f3e52f8438d7ddf9f27c9159e7b34a.zip |
Moved TimeZone to Active Support
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@768 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 2bc6f1475c..4177823180 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -20,8 +20,6 @@ The OCI8 driver can be retrieved from http://rubyforge.org/projects/ruby-oci8/ -* 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] |