Add CHANGELOG entries - closes #10180, #10185

This commit is contained in:
Andrew White 2013-04-18 17:11:12 +01:00
parent 0883f9f508
commit 222011dbee

@ -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.