aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2012-07-05 22:39:15 -0700
committerSteve Klabnik <steve@steveklabnik.com>2012-10-01 21:30:21 -0700
commit561edbe71ff70abc3c0c63c6c05770b434f9b0a9 (patch)
tree446a72d24555c382f2d07d7743f245d5f5cb7a9f /actionpack/CHANGELOG.md
parentcfc0ca0516d818bffdd5959ebe415362965d2de0 (diff)
downloadrails-561edbe71ff70abc3c0c63c6c05770b434f9b0a9.tar.gz
rails-561edbe71ff70abc3c0c63c6c05770b434f9b0a9.tar.bz2
rails-561edbe71ff70abc3c0c63c6c05770b434f9b0a9.zip
Failsafe exception returns text/plain.
It's best to just return text/plain when something has gone terribly wrong. Fixes #5660.
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 689870fdd2..5a5c4b33f1 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 4.0.0 (unreleased) ##
+* Failsafe exception returns text/plain. *Steve Klabnik*
+
* Remove actionpack's rack-cache dependency and declare the
dependency in the Gemfile.