Skip to content

Commit c1a3a44

Browse files
committed
release_notes: add release note for query matchers
1 parent 7a20f00 commit c1a3a44

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Besides bytes and string, dict and MultiDict objects can be specified as query_string.
5+
When these objects are used, the query string gets parsed into a dict (or MultiDict),
6+
and comparison is made accordingly. This enables the developer to ignore the order of
7+
the keys in the query_string when expecting a request.

0 commit comments

Comments
 (0)