aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorChris Arcand <chris@chrisarcand.com>2016-07-21 16:10:42 -0500
committerChris Arcand <chris@chrisarcand.com>2016-07-26 11:05:32 -0500
commit2a946da9bbccfbd1e52b1164f4f4a77d5dbe3c10 (patch)
treef65986fc70ed31a1a531ef83295d05fe41ea261b /actionpack
parent31fbbb7faccba25b2e3b5e10b8fca1468579d629 (diff)
downloadrails-2a946da9bbccfbd1e52b1164f4f4a77d5dbe3c10.tar.gz
rails-2a946da9bbccfbd1e52b1164f4f4a77d5dbe3c10.tar.bz2
rails-2a946da9bbccfbd1e52b1164f4f4a77d5dbe3c10.zip
Update changelog
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index d50cbaee38..12430ca965 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,3 +1,10 @@
+* Fix 'defaults' option for root route
+
+ A regression from some refactoring for the 5.0 release, this change
+ fixes the use of 'defaults' (default parameters) in the 'root' routing method
+
+ *Chris Arcand*
+
* Check `request.path_parameters` encoding at the point they're set.
Check for any non-UTF8 characters in path parameters at the point they're