aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2007-01-28 04:57:05 +0000
committerNicholas Seckar <nseckar@gmail.com>2007-01-28 04:57:05 +0000
commitc7f50e9a88c381cc274025c766e2edd1dff34d00 (patch)
tree09fedd78f1b72fab0b3e93ca652cf8ad1905317f /actionpack/CHANGELOG
parent1a11bffde107bf5b2daa997a61133cc8a76445e0 (diff)
downloadrails-c7f50e9a88c381cc274025c766e2edd1dff34d00.tar.gz
rails-c7f50e9a88c381cc274025c766e2edd1dff34d00.tar.bz2
rails-c7f50e9a88c381cc274025c766e2edd1dff34d00.zip
Fix overly greedy rescues when loading helpers. Closes #6268
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6052 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 0cec212f98..e0ccd0b753 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix overly greedy rescues when loading helpers. Fixes #6268. [Nicholas Seckar]
+
* Fixed NumberHelper#number_with_delimiter to use "." always for splitting the original number, not the delimiter parameter #7389 [ceefour]
* Autolinking recognizes trailing and embedded . , : ; #7354 [Jarkko Laine]