aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 12:31:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-02-23 12:31:05 +0000
commitd768ff1146b4784a59a38ff7cf979b7382ea57db (patch)
treeb1de50ea25fe0b15438908d399fe609fe3b0b2ff /activerecord
parentc699a3e98596df2d41d7cda77ae28f7c534a80fe (diff)
downloadrails-d768ff1146b4784a59a38ff7cf979b7382ea57db.tar.gz
rails-d768ff1146b4784a59a38ff7cf979b7382ea57db.tar.bz2
rails-d768ff1146b4784a59a38ff7cf979b7382ea57db.zip
Documentation fix #698
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@756 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 6da6b5c9a2..04b8374bee 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Fixed that when using validation macros with a custom message, if you happened to use single quotes in the message string you would get a parsing error #657 [tonka]