aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-11-27 08:12:49 -0800
committerJosé Valim <jose.valim@gmail.com>2010-11-27 08:12:49 -0800
commit927c582acfb9253be493e7ec584c0503555e00fb (patch)
tree64933521b9533338705d343eb829c56f9889788a /actionpack
parent667bcac439f2bf0bdd072cf9dc28658aedde5e93 (diff)
downloadrails-927c582acfb9253be493e7ec584c0503555e00fb.tar.gz
rails-927c582acfb9253be493e7ec584c0503555e00fb.tar.bz2
rails-927c582acfb9253be493e7ec584c0503555e00fb.zip
Update CHANGELOG.
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 74d017cc3d..2ab2ca1542 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Rails 3.1.0 (unreleased)*
+* url_for and named url helpers now accept :subdomain and :domain as options [Josh Kalderimis]
+
* Added config.action_controller.include_all_helpers. By default 'helper :all' is done in ActionController::Base, which includes all the helpers by default. Setting include_all_helpers to false will result in including only application_helper and helper corresponding to controller (like foo_helper for foo_controller). [Piotr Sarnacki]
* Added a convenience idiom to generate HTML5 data-* attributes in tag helpers from a :data hash of options: