update servant-server's changelog for 0.6.1

This commit is contained in:
Sönke Hahn 2016-04-08 14:49:51 +08:00
parent 8bf81190b2
commit 21822be75a

View file

@ -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
---