aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-09-08 07:25:14 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-09-08 07:25:14 +0000
commitf1b639cffb0aa1d88a5cf60ab2158bfc7a7f5904 (patch)
tree43c287e4a8afa138faa924a5f9d1dc52d56b8815 /actionpack/CHANGELOG
parent8d9e6609f8f67e55bba1f9bdbea62af22360dd3c (diff)
downloadrails-f1b639cffb0aa1d88a5cf60ab2158bfc7a7f5904.tar.gz
rails-f1b639cffb0aa1d88a5cf60ab2158bfc7a7f5904.tar.bz2
rails-f1b639cffb0aa1d88a5cf60ab2158bfc7a7f5904.zip
Update descriptive messages for exceptions thrown by cgi_methods. Closes #6103.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5070 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index c34b2f2cb4..1fb95347d2 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* Add descriptive messages to the exceptions thrown by cgi_methods. Closes #6091. [Nicholas Seckar]
+* Add descriptive messages to the exceptions thrown by cgi_methods. #6091, #6103 [Nicholas Seckar, Bob Silva]
* Update JavaScriptGenerator#show/hide/toggle/remove to new Prototype syntax for multiple ids, #6068 [petermichaux@gmail.com]