aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-01-16 06:30:02 +0000
committerRick Olson <technoweenie@gmail.com>2007-01-16 06:30:02 +0000
commit56c55354661fcadecb1927fb62fb9038d16e9be1 (patch)
tree484906d9527735f1a357e4941fc751d1228fa670 /activerecord/CHANGELOG
parent71a4f7161fb02cd5b2cefb374224be94b185306a (diff)
downloadrails-56c55354661fcadecb1927fb62fb9038d16e9be1.tar.gz
rails-56c55354661fcadecb1927fb62fb9038d16e9be1.tar.bz2
rails-56c55354661fcadecb1927fb62fb9038d16e9be1.zip
[DOC] clear up some ambiguity with the way has_and_belongs_to_many creates the default join table name. #7072 [jeremymcanally]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5960 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 32d977a11d..ef2263a855 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* [DOC] clear up some ambiguity with the way has_and_belongs_to_many creates the default join table name. #7072 [jeremymcanally]
+
* change_column accepts :default => nil. Skip column options for primary keys. #6956, #7048 [dcmanges, Jeremy Kemper]
* MySQL, PostgreSQL: change_column_default quotes the default value and doesn't lose column type information. #3987, #6664 [Jonathan Viney, manfred, altano@bigfoot.com]