aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-03-05 12:22:49 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-03-05 12:22:49 +0100
commitb1c989f28dd1d619f0e3e3ca1b894b686e517f2f (patch)
treef9f36bc55dd419fdf260e25a6dfdbf9f99d32341 /actionpack/CHANGELOG
parentde540416e9a1ead164c9c80352565de2dc5955ce (diff)
downloadrails-b1c989f28dd1d619f0e3e3ca1b894b686e517f2f.tar.gz
rails-b1c989f28dd1d619f0e3e3ca1b894b686e517f2f.tar.bz2
rails-b1c989f28dd1d619f0e3e3ca1b894b686e517f2f.zip
Fixed that redirection would just log the options, not the final url (which lead to "Redirected to #<Post:0x23150b8>") [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 303a440c17..c4e4211c42 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.1 [RC2] (March 5, 2009)*
+* Fixed that redirection would just log the options, not the final url (which lead to "Redirected to #<Post:0x23150b8>") [DHH]
+
* Added ability to pass in :public => true to fresh_when, stale?, and expires_in to make the request proxy cachable #2095 [Gregg Pollack]
* Fixed that passing a custom form builder would be forwarded to nested fields_for calls #2023 [Eloy Duran/Nate Wiger]