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 committed by Amar
parent be4f08a4fb
commit d37b6a12df

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