diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2005-10-15 01:14:18 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2005-10-15 01:14:18 +0000 |
commit | 0773c2f09f3eb47158e8835fe22c2b453869bbc6 (patch) | |
tree | 1d0bffd196d31d57cd4b6d720a6ec8a11552b1f1 /actionpack/CHANGELOG | |
parent | 6027d376b9e68a41f9b3da5abd21087fd965c421 (diff) | |
download | rails-0773c2f09f3eb47158e8835fe22c2b453869bbc6.tar.gz rails-0773c2f09f3eb47158e8835fe22c2b453869bbc6.tar.bz2 rails-0773c2f09f3eb47158e8835fe22c2b453869bbc6.zip |
Add changelog
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2599 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index c44a98355f..8f95952e5b 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Hide "Retry with Breakpoint" button on error pages until feature is functional. [DHH] + * Fix Request#host_with_port to use the standard port when Rails is behind a proxy. [Nicholas Seckar] * Escape query strings in the href attribute of URLs created by url_helper. #2333 [Michael Schuerig <michael@schuerig.de>] |