diff options
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 62feda696b..46986d07e9 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fix typo left over from previous typo fix in url helper. Closes #9414 [Henrik N] + * Fixed that ActionController::CgiRequest#host_with_port() should handle standard port #10082 [moro] * Update Prototype to 1.6.0 and script.aculo.us to 1.8.0. [sam, madrobby] |