aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-10-26 09:31:56 +0200
committerJosé Valim <jose.valim@gmail.com>2011-10-26 09:31:56 +0200
commit80768b739ed7e2053d85a01dd5fa60bde67aad9a (patch)
treefed13bcef542b8a05dab8d1f9c833f5efabd1ad9 /actionpack/CHANGELOG
parentaef62c4b4e89e7fa91973c188c9e7f281a44ecd0 (diff)
downloadrails-80768b739ed7e2053d85a01dd5fa60bde67aad9a.tar.gz
rails-80768b739ed7e2053d85a01dd5fa60bde67aad9a.tar.bz2
rails-80768b739ed7e2053d85a01dd5fa60bde67aad9a.zip
Responders now return 204 No Content for API requests without a response body (as in the new scaffold)
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 e7886facb9..a7a47bf930 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.2.0 (unreleased)*
+* Responders now return 204 No Content for API requests without a response body (as in the new scaffold) [José Valim]
+
* Added ActionDispatch::RequestId middleware that'll make a unique X-Request-Id header available to the response and enables the ActionDispatch::Request#uuid method. This makes it easy to trace requests from end-to-end in the stack and to identify individual requests in mixed logs like Syslog [DHH]
* Limit the number of options for select_year to 1000.