Skip to content

Commit

Permalink
update servant-server's changelog for 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
soenkehahn committed Apr 8, 2016
1 parent 8bf8119 commit 21822be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions servant-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
---

Expand Down

0 comments on commit 21822be

Please sign in to comment.