aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2007-04-08 16:53:37 +0000
committerRick Olson <technoweenie@gmail.com>2007-04-08 16:53:37 +0000
commitbdb1fcc3b8e0293f8b099111da2302fedf4fd513 (patch)
treedf3cbc90a075f79db80452a3fe7782277a3cf962 /actionpack/CHANGELOG
parent142b074e9123f477ea8f93898690fc462fdcbf90 (diff)
downloadrails-bdb1fcc3b8e0293f8b099111da2302fedf4fd513.tar.gz
rails-bdb1fcc3b8e0293f8b099111da2302fedf4fd513.tar.bz2
rails-bdb1fcc3b8e0293f8b099111da2302fedf4fd513.zip
Fix WSOD due to modification of a formatted template extension so that requests to templates like 'foo.html.erb' fail on the second hit. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6506 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 f14748e03b..57fdda48a5 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix WSOD due to modification of a formatted template extension so that requests to templates like 'foo.html.erb' fail on the second hit. [Rick]
+
* Fix WSOD when template compilation fails [Rick]
* Change ActionView template defaults. Look for templates using the request format first, such as "show.html.erb" or "show.xml.builder", before looking for the old defaults like "show.erb" or "show.builder" [Rick]