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').
+
— Oct. 10, 2013 — Diff — Docs