From 33fba0ac258dfec90d5ceedc08488eb41a8a3fcf Mon Sep 17 00:00:00 2001 From: Brad Dunbar Date: Mon, 16 Jun 2014 18:12:42 -0400 Subject: [PATCH] Include query string parsing in the changelog. --- index.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/index.html b/index.html index e42d2ddb..da00364d 100644 --- a/index.html +++ b/index.html @@ -4068,6 +4068,12 @@ ActiveRecord::Base.include_root_in_json = false
  • Better matching for Unicode in routes, in old browsers.
  • +
  • + Backbone Routers now handle query params in route fragments, passing + them into the handler as the last argument. Routes specified as + strings should no longer include the query string + ('foo?:query' should be 'foo'). +
  • 1.1.0Oct. 10, 2013DiffDocs