aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-24 11:57:22 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-24 11:57:22 +0000
commit872ddaf290c954972a52c19dec8c0d6a5f726fdd (patch)
tree776695c5857e51ac7804979580458ee8a6615744 /activerecord/CHANGELOG
parentb29c01ea8914422c6f7e0bb5c65d3b8610dc54d1 (diff)
downloadrails-872ddaf290c954972a52c19dec8c0d6a5f726fdd.tar.gz
rails-872ddaf290c954972a52c19dec8c0d6a5f726fdd.tar.bz2
rails-872ddaf290c954972a52c19dec8c0d6a5f726fdd.zip
Added bind-named arrays for interpolating a group of ids or strings in conditions #528 [bitsweat]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@485 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 00419e9855..a4ab591b65 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added bind-named arrays for interpolating a group of ids or strings in conditions #528 [bitsweat]
+
* Added that has_and_belongs_to_many associations with additional attributes also can be created between unsaved objects and only committed to the database when Base#save is called on the associator #524 [Eric Anderson]
* Fixed that records fetched with piggy-back attributes or through rich has_and_belongs_to_many associations couldn't be saved due to the extra attributes not part of the table #522 [Eric Anderson]