From aee908bcbd6ae160ab8e470ea6a373148649968b Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Fri, 5 Nov 2021 22:56:34 +0800 Subject: Router: matching query string support. The "query" option matches decoded arguments, including plus ('+') to space (' '). Like "uri", it can be a string or an array of strings. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/changes.xml') diff --git a/docs/changes.xml b/docs/changes.xml index b9ddd3c7..6de821ab 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -96,6 +96,12 @@ when updating from previous versions. + + +request routing by the query string. + + + fixed building with glibc 2.34, notably Fedora 35. -- cgit