update servant-server's changelog for 0.6.1
This commit is contained in:
parent
be4f08a4fb
commit
d37b6a12df
1 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
0.6.1
|
||||||
|
-----
|
||||||
|
|
||||||
|
* If servers use the `BasicAuth` combinator and receive requests with missing or
|
||||||
|
invalid credentials, the resulting error responses (401 and 403) could be
|
||||||
|
overwritten by subsequent alternative routes. Now `BasicAuth` uses `FailFatal`
|
||||||
|
and the error responses can't be overwritten anymore.
|
||||||
|
|
||||||
0.6
|
0.6
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue