aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-10-09 03:21:52 +0000
committerRick Olson <technoweenie@gmail.com>2006-10-09 03:21:52 +0000
commit850087f0bd691568690ca9d3169c88c0f3ad7c3b (patch)
tree4449040af40136b23389bb0a55ea748d1c80af1c /activerecord/CHANGELOG
parent4e66f5bfe79fc9a41575eecdd687367dd2b9d3b1 (diff)
downloadrails-850087f0bd691568690ca9d3169c88c0f3ad7c3b.tar.gz
rails-850087f0bd691568690ca9d3169c88c0f3ad7c3b.tar.bz2
rails-850087f0bd691568690ca9d3169c88c0f3ad7c3b.zip
Add #delete support to has_many :through associations. Closes #6049 [Martin Landers]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5267 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 29c7bfc934..a88b7523a5 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add #delete support to has_many :through associations. Closes #6049 [Martin Landers]
+
* Reverted old select_limited_ids_list postgresql fix that caused issues in mysql. Closes #5851 [Rick]
* Removes the ability for eager loaded conditions to be interpolated, since there is no model instance to use as a context for interpolation. #5553 [turnip@turnipspatch.com]