Update CHANGELOG for basic authentication support
This commit is contained in:
parent
e13965ae34
commit
60a536382f
4 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,7 @@ HEAD
|
||||||
* Use `http-api-data` instead of `Servant.Common.Text`
|
* Use `http-api-data` instead of `Servant.Common.Text`
|
||||||
* Client functions now consider any 2xx successful.
|
* Client functions now consider any 2xx successful.
|
||||||
* Remove matrix params.
|
* Remove matrix params.
|
||||||
|
* Added support for Basic authentication
|
||||||
|
|
||||||
0.4.1
|
0.4.1
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -9,6 +9,7 @@ HEAD
|
||||||
* Move `toSample` out of `ToSample` class
|
* Move `toSample` out of `ToSample` class
|
||||||
* Add a few helper functions to define `toSamples`
|
* Add a few helper functions to define `toSamples`
|
||||||
* Remove matrix params.
|
* Remove matrix params.
|
||||||
|
* Added support for Basic authentication
|
||||||
|
|
||||||
0.4
|
0.4
|
||||||
---
|
---
|
||||||
|
|
|
@ -11,6 +11,7 @@ HEAD
|
||||||
* Remove `RouteMismatch`.
|
* Remove `RouteMismatch`.
|
||||||
* Redefined constructors of `RouteResult`.
|
* Redefined constructors of `RouteResult`.
|
||||||
* Added `Delayed` and related functions (`addMethodCheck`, `addAcceptCheck`, `addBodyCheck`, `runDelayed`)
|
* Added `Delayed` and related functions (`addMethodCheck`, `addAcceptCheck`, `addBodyCheck`, `runDelayed`)
|
||||||
|
* Added support for Basic Authentication
|
||||||
|
|
||||||
0.4.1
|
0.4.1
|
||||||
-----
|
-----
|
||||||
|
|
|
@ -10,6 +10,7 @@ HEAD
|
||||||
* Add PlainText String MimeRender and MimeUnrender instances.
|
* Add PlainText String MimeRender and MimeUnrender instances.
|
||||||
* Add new `Verbs` combinator, and make all existing and new verb combinators
|
* Add new `Verbs` combinator, and make all existing and new verb combinators
|
||||||
type synonyms of it.
|
type synonyms of it.
|
||||||
|
* Add `BasicAuth` combinator to support Basic authentication
|
||||||
|
|
||||||
0.4.2
|
0.4.2
|
||||||
-----
|
-----
|
||||||
|
|
Loading…
Reference in a new issue