aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2007-07-11 23:32:02 +0000
committerMichael Koziarski <michael@koziarski.com>2007-07-11 23:32:02 +0000
commitd4d4a08f6b064e47145b1abaca803654957f7a03 (patch)
tree1f732e6b61c18f220c651f8422059c59d64deffe /actionpack/CHANGELOG
parente80fabbbf46cadb69c30e6125ef0422f96ca8b6b (diff)
downloadrails-d4d4a08f6b064e47145b1abaca803654957f7a03.tar.gz
rails-d4d4a08f6b064e47145b1abaca803654957f7a03.tar.bz2
rails-d4d4a08f6b064e47145b1abaca803654957f7a03.zip
Make sure missing template exceptions actually say which template they were looking for. Closes #8683 [dasil003]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7181 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 88832a6f2a..885f318d5d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make sure missing template exceptions actually say which template they were looking for. Closes #8683 [dasil003]
+
* Fix errors with around_filters which do not yield, restore 1.1 behaviour with after filters. Closes #8891 [skaes]
After filters will *no longer* be run if an around_filter fails to yield, users relying on