aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-05-11 21:26:53 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-05-11 21:26:53 +0000
commite105e599e706780905d4c348394da989de3b200f (patch)
treeecff04b0f168d2b1c6cb84083234601dd8bbfcae /activerecord/CHANGELOG
parent19ed709b09e7d942dadb285150a7b41225a2236f (diff)
downloadrails-e105e599e706780905d4c348394da989de3b200f.tar.gz
rails-e105e599e706780905d4c348394da989de3b200f.tar.bz2
rails-e105e599e706780905d4c348394da989de3b200f.zip
Sexy dumper now has its groove on (closes #8281) [Chris Wanstrath]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 0 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index d0875adce0..7ca462abda 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -30,8 +30,6 @@
t.string :name, :value, :default => "Untitled"
t.timestamps
end
-
- Note: Schema dumping still happens in the old style -- someone care to update it?
* Use association name for the wrapper element when using .to_xml. Previous behavior lead to non-deterministic situations with STI and polymorphic associations. [Koz, jstrachan]