forked from orbit-oss/flask
Fixe a bug in the test client causing url parameters to be removed. This fixes #968
This commit is contained in:
parent
52098e1e4f
commit
e7c587789a
3 changed files with 18 additions and 0 deletions
2
CHANGES
2
CHANGES
|
|
@ -14,6 +14,8 @@ Version 0.10.2
|
|||
without an `is_package()` method.
|
||||
- Fixed an issue causing exceptions raised before entering a request or app
|
||||
context to be passed to teardown handlers.
|
||||
- Fixed an issue with query parameters getting removed from requests in
|
||||
the test client when absolute URLs were requested.
|
||||
|
||||
Version 0.10.1
|
||||
--------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue