aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-12-12 15:29:54 +0000
committerRick Olson <technoweenie@gmail.com>2006-12-12 15:29:54 +0000
commit55d4dbb8df9b4e6e46d461352f97e35ba69b417e (patch)
tree399c3929848e39f21f5770a9e11e5138407ea745 /activeresource/CHANGELOG
parent2f5ee5a812bee922b198c7efbe3ffff29d072ffd (diff)
downloadrails-55d4dbb8df9b4e6e46d461352f97e35ba69b417e.tar.gz
rails-55d4dbb8df9b4e6e46d461352f97e35ba69b417e.tar.bz2
rails-55d4dbb8df9b4e6e46d461352f97e35ba69b417e.zip
Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5714 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activeresource/CHANGELOG')
-rw-r--r--activeresource/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activeresource/CHANGELOG b/activeresource/CHANGELOG
index 517e9a6458..144264cd5a 100644
--- a/activeresource/CHANGELOG
+++ b/activeresource/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix issues with ActiveResource collection handling. Closes #6291. [bmilekic]
+
* Use attr_accessor_with_default to dry up attribute initialization. References #6538. [Stuart Halloway]
* Add basic logging support for logging outgoing requests. [Jamis Buck]