aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-03-04 11:02:24 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-03-04 11:02:24 -0800
commitc2108926a4638b5373f846c2d6165bf28108b9cb (patch)
treec953bb2bfc56aa0b3453e7a6d6a8febc49e89dba /actionpack/CHANGELOG.md
parent154d60c8ce6863c6466de22efceccb6f104a89ae (diff)
downloadrails-c2108926a4638b5373f846c2d6165bf28108b9cb.tar.gz
rails-c2108926a4638b5373f846c2d6165bf28108b9cb.tar.bz2
rails-c2108926a4638b5373f846c2d6165bf28108b9cb.zip
Drop request class from RouteSet constructor.
If you would like to use a custom request class, please subclass and implemet the `request_class` method.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index 3343a92bf7..108ebfda58 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Drop request class from RouteSet constructor.
+
+ If you would like to use a custom request class, please subclass and implemet
+ the `request_class` method.
+
+ *tenderlove@ruby-lang.org*
+
* Fallback to `ENV['RAILS_RELATIVE_URL_ROOT']` in `url_for`.
Fixed an issue where the `RAILS_RELATIVE_URL_ROOT` environment variable is not