aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2005-12-20 21:26:27 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2005-12-20 21:26:27 +0000
commit581f12b7b18a6e5205bfabb814f6e9997bf92be8 (patch)
treeb5d0c83acdce528ba2882e1ece6012099b3d253d /activerecord/CHANGELOG
parent90099e9dc287d46178581d6b09d8b42a0a302a04 (diff)
downloadrails-581f12b7b18a6e5205bfabb814f6e9997bf92be8.tar.gz
rails-581f12b7b18a6e5205bfabb814f6e9997bf92be8.tar.bz2
rails-581f12b7b18a6e5205bfabb814f6e9997bf92be8.zip
removed :piggyback in favor of just allowing :select on :through associations
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3326 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 48b14f52cb..45ef990ddb 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* removed :piggyback in favor of just allowing :select on :through associations. [Tobias Luetke]
+
* made method missing delegation to class methods on relation target work on :through associations. [Tobias Luetke]
* made .find() work on :through relations. [Tobias Luetke]