aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2006-10-09 00:40:05 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2006-10-09 00:40:05 +0000
commit31d3048706eee65673eeebe28d76064632420a97 (patch)
tree1bcd15d7c74ebb5e696efb2300b3edf9193e33e9 /actionpack/CHANGELOG
parent4b3e964a1a9d9b5c4a7925ccb8a0090f869fdca4 (diff)
downloadrails-31d3048706eee65673eeebe28d76064632420a97.tar.gz
rails-31d3048706eee65673eeebe28d76064632420a97.tar.bz2
rails-31d3048706eee65673eeebe28d76064632420a97.zip
Fixed that rescue template path shouldn't be hardcoded, then it's easier to hook in your own (closes #6295) [mnaberez]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5243 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 649b2aeb67..a9bd209f15 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that rescue template path shouldn't be hardcoded, then it's easier to hook in your own #6295 [mnaberez]
+
* Fixed escaping of backslashes in JavaScriptHelper#escape_javascript #6302 [sven@c3d2.de]
* Fixed that some 500 rescues would cause 500's themselves because the response had not yet been generated #6329 [cmselmer]