aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-04-20 21:44:08 +0000
committerRick Olson <technoweenie@gmail.com>2007-04-20 21:44:08 +0000
commiteb7a3045e3035d7de35a43297a4f36255e4f178d (patch)
tree4a159ec1ea9b7cc6af31b755e7d91d071fbd7463 /actionpack/CHANGELOG
parentc87d242bf7b0f75800926c3a8cf23bb43667c9dd (diff)
downloadrails-eb7a3045e3035d7de35a43297a4f36255e4f178d.tar.gz
rails-eb7a3045e3035d7de35a43297a4f36255e4f178d.tar.bz2
rails-eb7a3045e3035d7de35a43297a4f36255e4f178d.zip
apply [6543] to edge. Closes #5044 [tpope]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6545 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 982d236472..c7c28fe1bf 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Return the string representation from an Xml Builder when rendering a partial. Closes #5044 [tpope]
+
* Fixed that parameters from XML should also be presented in a hash with indifferent access [DHH]
* Tweak template format rules so that the ACCEPT header is only used if it's text/javascript. This is so ajax actions without a :format param get recognized as Mime::JS. [Rick]