aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-04-18 17:11:12 +0100
committerAndrew White <andyw@pixeltrix.co.uk>2013-04-18 17:12:40 +0100
commit222011dbee842bbc60d3aaaa3145356b90a30fd1 (patch)
tree6682a426646459e977be863019846fdc47df08b2 /actionpack
parent0883f9f508a4d6791428adff12eaf7b882bd2da1 (diff)
downloadrails-222011dbee842bbc60d3aaaa3145356b90a30fd1.tar.gz
rails-222011dbee842bbc60d3aaaa3145356b90a30fd1.tar.bz2
rails-222011dbee842bbc60d3aaaa3145356b90a30fd1.zip
Add CHANGELOG entries - closes #10180, #10185
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 06e05e4525..cbf5b66003 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,4 +1,14 @@
## Rails 4.0.0 (unreleased) ##
+
+* Add support for extracting the port from the `:host` option passed to `url_for`.
+
+ *Andrew White*
+
+* Add support for removing the subdomain from a url by passing `nil`, `false` or `''`.
+ Fixes #10180.
+
+ *Derek Watson + Andrew White*
+
* Element of the collection for `options_from_collection_for_select` helper can
optionally contain html attributes as the last element of the array as
`options_for_select` helper.