aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@plataformatec.com.br>2012-02-04 06:49:26 -0800
committerJosé Valim <jose.valim@plataformatec.com.br>2012-02-04 06:49:26 -0800
commit776a3736e4a536ec32a82c26f39ca68cee9aeebe (patch)
treeddd7efe905185c5b0bde6a85bcf4362e703493e5 /actionpack/CHANGELOG.md
parentb1faa35b523e40330b83eb474beae39404d00509 (diff)
parent3def1c8edb9062a5ca473bf32f0967daab951654 (diff)
downloadrails-776a3736e4a536ec32a82c26f39ca68cee9aeebe.tar.gz
rails-776a3736e4a536ec32a82c26f39ca68cee9aeebe.tar.bz2
rails-776a3736e4a536ec32a82c26f39ca68cee9aeebe.zip
Merge pull request #4869 from sikachu/master-responder-fix
Fix override API response bug in respond_with
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index df72794c31..2a5c181a3a 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Default responder will now always use your overridden block in `respond_with` to render your response. *Prem Sichanugrist*
+
* Allow `value_method` and `text_method` arguments from `collection_select` and
`options_from_collection_for_select` to receive an object that responds to `:call`,
such as a `proc`, to evaluate the option in the current element context. This works