aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-01 15:46:30 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-01 15:46:30 +0100
commit62ffc6e4db1eecfe5c5a5f7471a9c39d665ada56 (patch)
tree0e8f8cabcb0ddf66be58fa3a4697b303128de0ea /actionpack/CHANGELOG
parentfbe387ea257ffbbf8689f333512aa7ef0628f3d2 (diff)
downloadrails-62ffc6e4db1eecfe5c5a5f7471a9c39d665ada56.tar.gz
rails-62ffc6e4db1eecfe5c5a5f7471a9c39d665ada56.tar.bz2
rails-62ffc6e4db1eecfe5c5a5f7471a9c39d665ada56.zip
Simplified the logging format for parameters (don't include controller, action, and format as duplicates) [DHH]
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 9b977f1377..17fada156d 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.2.1 [RC2 or 2.2 final]*
+* Simplified the logging format for parameters (don't include controller, action, and format as duplicates) [DHH]
+
* Remove the logging of the Session ID when the session store is CookieStore [DHH]
* Fixed regex in redirect_to to fully support URI schemes #1247 [Seth Fitzsimmons]