Update CHANGELOG for generalized authentication support

This commit is contained in:
aaron levin 2016-02-17 21:57:04 +01:00
parent a09733a560
commit cd31b20cd8
3 changed files with 4 additions and 0 deletions

View File

@ -9,6 +9,8 @@ HEAD
* Client functions now consider any 2xx successful.
* Remove matrix params.
* Added support for Basic authentication
* Add generalized authentication support via the `AuthClientData` type family and
`AuthenticateReq` data type
0.4.1
-----

View File

@ -12,6 +12,7 @@ HEAD
* Redefined constructors of `RouteResult`.
* Added `Delayed` and related functions (`addMethodCheck`, `addAcceptCheck`, `addBodyCheck`, `runDelayed`)
* Added support for Basic Authentication
* Add generalized authentication support via the `AuthServerData` type family and `AuthHandler` handler
0.4.1
-----

View File

@ -11,6 +11,7 @@ HEAD
* Add new `Verbs` combinator, and make all existing and new verb combinators
type synonyms of it.
* Add `BasicAuth` combinator to support Basic authentication
* Add generalized authentication support
0.4.2
-----